mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
17 lines
378 B
Plaintext
17 lines
378 B
Plaintext
CenterLabel < Label
|
|
font: tibia-12px-rounded
|
|
height: 16
|
|
align: center
|
|
anchors.top: parent.verticalCenter
|
|
anchors.bottom: parent.verticalCenter
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
|
|
BottomLabel < Label
|
|
font: tibia-12px-rounded
|
|
height: 16
|
|
align: center
|
|
anchors.bottom: parent.bottom
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|