mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 13:19:02 +00:00
DisplayProperties: Add 1280x720 to the list of resolutions
This commit is contained in:
parent
f99e554c5e
commit
5ca88bf9b4
Notes:
sideshowbarker
2024-07-19 11:01:55 +09:00
Author: https://github.com/awesomekling
Commit: 5ca88bf9b4
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ void DisplayPropertiesWidget::create_resolution_list()
|
|||
m_resolutions.append({ 640, 480 });
|
||||
m_resolutions.append({ 800, 600 });
|
||||
m_resolutions.append({ 1024, 768 });
|
||||
m_resolutions.append({ 1280, 720 });
|
||||
m_resolutions.append({ 1280, 1024 });
|
||||
m_resolutions.append({ 1440, 900 });
|
||||
m_resolutions.append({ 1600, 900 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue