2011-09-04 19:21:42 +02:00
|
|
|
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
|
2011-08-30 17:12:57 +02:00
|
|
|
font: tibia-12px-rounded
|
|
|
|
height: 16
|
|
|
|
align: center
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.left: parent.left
|
2011-09-04 19:21:42 +02:00
|
|
|
anchors.right: parent.right
|