mirror of
https://github.com/edubart/otclient.git
synced 2025-05-15 16:49:20 +02:00

* show otclient version in background * disable about module (don't really need it) * new function for formating strings like sprintf, Fw::formatString * new nice background (taken from RPG maker XV) * update contact information in README * fix text rendering issues with opacity
22 lines
506 B
Plaintext
22 lines
506 B
Plaintext
Panel
|
|
id: background
|
|
image-source: /client_background/bg.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
|
|
background-color: #00000099
|
|
id: clientVersionLabel
|
|
anchors.right: parent.right
|
|
anchors.bottom: parent.bottom
|
|
text-offset: 4 2
|
|
height: 32
|
|
width: 120
|
|
color: #ffffff
|
|
font: verdana-11px-monochrome |