mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	 a2baab38fd
			
		
	
	
		a2baab38fd
		
	
	
	
	
		
			
			I hereby declare these to be full nouns that we don't split, neither by space, nor by underscore: - Breadcrumbbar - Coolbar - Menubar - Progressbar - Scrollbar - Statusbar - Taskbar - Toolbar This patch makes everything consistent by replacing every other variant of these with the proper one. :^)
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			342 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			342 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @GUI::Widget {
 | |
|     layout: @GUI::VerticalBoxLayout {
 | |
|         spacing: 0
 | |
|     }
 | |
| 
 | |
|     @GUI::ToolbarContainer {
 | |
|         @GUI::Breadcrumbbar {
 | |
|             fixed_height: 25
 | |
|             name: "breadcrumbbar"
 | |
|         }
 | |
|     }
 | |
| 
 | |
|     @SpaceAnalyzer::TreeMapWidget {
 | |
|         name: "tree_map"
 | |
|     }
 | |
| 
 | |
|     @GUI::Statusbar {
 | |
|         name: "statusbar"
 | |
|     }
 | |
| }
 |