mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	DisplaySettings: Fix broken path to MonitorSettingsWidget's GML
This commit is contained in:
		
							parent
							
								
									c2fb252ebf
								
							
						
					
					
						commit
						0a70e1728a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -6,7 +6,7 @@ | |||
|  */ | ||||
| 
 | ||||
| #include "MonitorSettingsWidget.h" | ||||
| #include <Applications/DisplaySettings/DisplaySettingsWindowGML.h> | ||||
| #include <Applications/DisplaySettings/MonitorSettingsGML.h> | ||||
| #include <LibCore/ConfigFile.h> | ||||
| #include <LibGUI/BoxLayout.h> | ||||
| #include <LibGUI/Button.h> | ||||
|  | @ -50,7 +50,7 @@ void MonitorSettingsWidget::create_resolution_list() | |||
| 
 | ||||
| void MonitorSettingsWidget::create_frame() | ||||
| { | ||||
|     load_from_gml(display_settings_window_gml); | ||||
|     load_from_gml(monitor_settings_window_gml); | ||||
| 
 | ||||
|     m_monitor_widget = *find_descendant_of_type_named<DisplaySettings::MonitorWidget>("monitor_widget"); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling