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

DisplaySettings: Add 2256x1504 resolution

This is a common resolution of laptops with a 3:2 aspect ratio, such as
the Framework Laptop or Microsoft Surface Laptop.
This commit is contained in:
Linus Groh 2022-05-09 20:18:32 +02:00
parent 8a9211de4b
commit 9202f101b5

View file

@ -43,6 +43,7 @@ void MonitorSettingsWidget::create_resolution_list()
m_resolutions.append({ 1600, 1200 });
m_resolutions.append({ 1920, 1080 });
m_resolutions.append({ 2048, 1152 });
m_resolutions.append({ 2256, 1504 });
m_resolutions.append({ 2560, 1080 });
m_resolutions.append({ 2560, 1440 });
m_resolutions.append({ 3440, 1440 });