mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:22:45 +00:00 
			
		
		
		
	LibGUI+Minesweeper: Add GWindow::set_resizable().
This commit is contained in:
		
							parent
							
								
									a0633c298b
								
							
						
					
					
						commit
						0dcb7a234e
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		|  | @ -13,6 +13,7 @@ int main(int argc, char** argv) | |||
|     GApplication app(argc, argv); | ||||
| 
 | ||||
|     auto* window = new GWindow; | ||||
|     window->set_resizable(false); | ||||
|     window->set_title("Minesweeper"); | ||||
|     window->set_rect(100, 100, 139, 175); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling