mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:52:45 +00:00 
			
		
		
		
	DisplayProperties: Add 1280x720 to the list of resolutions
This commit is contained in:
		
							parent
							
								
									f99e554c5e
								
							
						
					
					
						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
	
	 Andreas Kling
						Andreas Kling