16 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
GameButtonsWindow < HeadlessMiniWindow
 | 
						|
  height: 26
 | 
						|
  &forceOpen: true
 | 
						|
  &autoOpen: 4
 | 
						|
 | 
						|
  MiniWindowContents
 | 
						|
    margin-top: 2
 | 
						|
    
 | 
						|
    Panel
 | 
						|
      id: buttons
 | 
						|
      anchors.fill: parent
 | 
						|
      layout:
 | 
						|
        type: grid
 | 
						|
        cell-spacing: 3
 | 
						|
        cell-size: 20 20
 | 
						|
        flow: true |