mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00

* show protocol version on background * make 860 the default protocol * avoid more crashes on mapview * activa crash handler by default
23 lines
529 B
Plaintext
23 lines
529 B
Plaintext
Panel
|
|
id: background
|
|
image-source: /client_background/background.png
|
|
image-smooth: true
|
|
image-fixed-ratio: true
|
|
anchors.top: topMenu.bottom
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
anchors.bottom: parent.bottom
|
|
margin-top: 1
|
|
focusable: false
|
|
|
|
UILabel
|
|
id: clientVersionLabel
|
|
background-color: #00000099
|
|
anchors.right: parent.right
|
|
anchors.bottom: parent.bottom
|
|
text-align: center
|
|
text-auto-resize: true
|
|
width: 120
|
|
color: #ffffff
|
|
font: verdana-11px-monochrome
|