mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			438 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			438 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @GUI::Widget {
 | |
|     name: "browser"
 | |
|     fill_with_background_color: true
 | |
|     layout: @GUI::VerticalBoxLayout {}
 | |
| 
 | |
|     @GUI::HorizontalSeparator {
 | |
|         name: "top_line"
 | |
|         fixed_height: 2
 | |
|         visible: false
 | |
|     }
 | |
| 
 | |
|     @GUI::TabWidget {
 | |
|         name: "tab_widget"
 | |
|         container_margins: [0]
 | |
|         uniform_tabs: true
 | |
|         reorder_allowed: true
 | |
|         show_close_buttons: true
 | |
|         text_alignment: "CenterLeft"
 | |
|     }
 | |
| }
 | 
