1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:37:34 +00:00

DisplaySettings: Include aspect ratio in resolution list text

This commit is contained in:
ForLoveOfCats 2022-02-14 18:22:17 -05:00 committed by Andreas Kling
parent 2f555f1b7d
commit 5da3063a39
2 changed files with 22 additions and 1 deletions

View file

@ -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;