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:
parent
5b164e9934
commit
ec28af0aef
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue