mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
CenterLabel < GameLabel
|
|
font: verdana-11px-rounded
|
|
height: 64
|
|
text-align: center
|
|
text-wrap: true
|
|
anchors.centerIn: parent
|
|
size: 360 264
|
|
|
|
BottomLabel < GameLabel
|
|
font: verdana-11px-rounded
|
|
height: 16
|
|
text-align: center
|
|
margin-bottom: 2
|
|
anchors.bottom: parent.bottom
|
|
anchors.horizontalCenter: parent.horizontalCenter
|