mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
DisplaySettings: Include aspect ratio in resolution list text
This commit is contained in:
parent
2f555f1b7d
commit
5da3063a39
2 changed files with 22 additions and 1 deletions
|
@ -48,6 +48,7 @@ private:
|
|||
Vector<String> m_screens;
|
||||
Vector<Optional<EDID::Parser>> m_screen_edids;
|
||||
Vector<Gfx::IntSize> m_resolutions;
|
||||
Vector<String> m_resolution_strings;
|
||||
|
||||
RefPtr<DisplaySettings::MonitorWidget> m_monitor_widget;
|
||||
RefPtr<GUI::ComboBox> m_screen_combo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue