2011-08-14 04:09:11 +02:00
|
|
|
Panel
|
2011-11-02 04:02:56 +01:00
|
|
|
id: background
|
2012-03-16 14:35:27 +01:00
|
|
|
image-source: /client_background/background.png
|
2012-01-10 23:13:40 +01:00
|
|
|
image-smooth: true
|
|
|
|
image-fixed-ratio: true
|
2011-11-01 17:41:15 +01:00
|
|
|
anchors.top: topMenu.bottom
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-top: 1
|
2011-08-26 17:06:52 +02:00
|
|
|
focusable: false
|
2012-03-16 14:28:29 +01:00
|
|
|
|
|
|
|
UILabel
|
|
|
|
id: clientVersionLabel
|
2012-03-18 14:34:39 +01:00
|
|
|
background-color: #00000099
|
2012-03-16 14:28:29 +01:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
2012-03-22 22:47:52 +01:00
|
|
|
text-align: center
|
2012-03-28 21:32:18 +02:00
|
|
|
text-auto-resize: true
|
2012-03-16 14:28:29 +01:00
|
|
|
width: 120
|
2012-04-11 04:59:05 +02:00
|
|
|
padding: 2
|
2012-03-16 14:28:29 +01:00
|
|
|
color: #ffffff
|
2012-03-18 14:34:39 +01:00
|
|
|
font: verdana-11px-monochrome
|