1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

DisplaySettings: Add 1440p ultrawide resolution

This commit is contained in:
Filiph Sandström 2022-01-02 08:20:00 +01:00 committed by Linus Groh
parent 5b164e9934
commit ec28af0aef

View file

@ -44,6 +44,7 @@ void MonitorSettingsWidget::create_resolution_list()
m_resolutions.append({ 2048, 1152 });
m_resolutions.append({ 2560, 1080 });
m_resolutions.append({ 2560, 1440 });
m_resolutions.append({ 3440, 1440 });
}
void MonitorSettingsWidget::create_frame()