mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 02:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			313 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			313 B
		
	
	
	
	
	
	
	
Name
GML Vertical Box Layout
Description
Defines a vertical GUI box layout. This is a layout object that lays out widgets side-by-side vertically.
Examples
@GUI::Widget {
    layout: @GUI::VerticalBoxLayout {
        spacing: 2
    }
}
