mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:42:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			327 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @GUI::Frame {
 | |
|     layout: @GUI::HorizontalBoxLayout {
 | |
|         spacing: 4
 | |
|     }
 | |
|     preferred_height: "fit"
 | |
| 
 | |
|     @GUI::Label {
 | |
|         name: "name"
 | |
|         text: "Some alignment"
 | |
|         text_alignment: "CenterLeft"
 | |
|         fixed_width: 200
 | |
|     }
 | |
| 
 | |
|     @GUI::ComboBox {
 | |
|         name: "combo_box"
 | |
|         model_only: true
 | |
|     }
 | |
| }
 | 
