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:
parent
8a9211de4b
commit
9202f101b5
1 changed files with 1 additions and 0 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue