1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 11:35:10 +00:00

DisplayProperties: Add 1280x720 to the list of resolutions

This commit is contained in:
Andreas Kling 2019-11-29 21:07:24 +01:00
parent f99e554c5e
commit 5ca88bf9b4

View file

@ -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 });