mirror of
				https://github.com/OTCv8/otclientv8.git
				synced 2025-10-31 10:56:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			764 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			764 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| LocalesMainLabel < Label
 | |
|   font: sans-bold-16px
 | |
| 
 | |
| LocalesButton < UIWidget
 | |
|   size: 96 96
 | |
|   image-size: 96 96
 | |
|   image-smooth: true
 | |
|   text-offset: 0 96
 | |
|   font: verdana-11px-antialised
 | |
| 
 | |
| UIWindow
 | |
|   id: localesWindow
 | |
|   background-color: #000000
 | |
|   opacity: 0.90
 | |
|   clipping: true
 | |
|   anchors.fill: parent
 | |
| 
 | |
|   LocalesMainLabel
 | |
|     !text: tr('Select your language')
 | |
|     text-auto-resize: true
 | |
|     anchors.horizontalCenter: parent.horizontalCenter
 | |
|     anchors.verticalCenter: parent.verticalCenter
 | |
|     margin-top: -100
 | |
| 
 | |
|   Panel
 | |
|     id: localesPanel
 | |
|     margin-top: 50
 | |
|     anchors.horizontalCenter: parent.horizontalCenter
 | |
|     anchors.top: prev.bottom
 | |
|     anchors.bottom: parent.bottom
 | |
|     layout:
 | |
|       type: grid
 | |
|       cell-size: 96 128
 | |
|       cell-spacing: 32
 | |
|       flow: true
 | 
