21 lines
		
	
	
		
			252 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			252 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# punctuation
 | 
						|
row_spacing: 0
 | 
						|
button_spacing: 0
 | 
						|
 | 
						|
bounds:
 | 
						|
    x: 0
 | 
						|
    y: 0
 | 
						|
    width: 0
 | 
						|
    height: 0
 | 
						|
views:
 | 
						|
    base:
 | 
						|
        - "."
 | 
						|
outlines:
 | 
						|
    default:
 | 
						|
        bounds: { x: 0, y: 0, width: 0, height: 0 }
 | 
						|
 | 
						|
buttons:
 | 
						|
    ".":
 | 
						|
        label: "test"
 |