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 |