mirror of
				https://github.com/OTCv8/otclientv8.git
				synced 2025-10-31 10:56:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			445 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			445 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| UIWidget
 | |
|   id: background
 | |
|   anchors.fill: parent
 | |
|   focusable: false
 | |
|   image-source: /images/background
 | |
|   image-smooth: true
 | |
|   image-fixed-ratio: true
 | |
|   margin-top: 1
 | |
| 
 | |
|   UILabel
 | |
|     id: clientVersionLabel
 | |
|     background-color: #00000099
 | |
|     anchors.right: parent.right
 | |
|     anchors.bottom: parent.bottom
 | |
|     text-align: center
 | |
|     text-auto-resize: false
 | |
|     width: 220
 | |
|     height: 90
 | |
|     padding: 2
 | |
|     color: #ffffff
 | |
|     font: terminus-14px-bold | 
