mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:52:45 +00:00 
			
		
		
		
	Applications: Stop setting initial window location
This will let the WindowManager choose the location of the window
This commit is contained in:
		
							parent
							
								
									5ae9eee4a3
								
							
						
					
					
						commit
						4bf4a071a6
					
				
					 17 changed files with 14 additions and 17 deletions
				
			
		|  | @ -56,7 +56,6 @@ int main(int argc, char** argv) | |||
|     auto window = GUI::Window::construct(); | ||||
|     dbg() << "main window: " << window; | ||||
|     window->set_title("Display settings"); | ||||
|     window->move_to(100, 100); | ||||
|     window->resize(360, 390); | ||||
|     window->set_resizable(false); | ||||
|     window->set_main_widget(instance->root_widget()); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Peter Elliott
						Peter Elliott