tibia-client/modules/textmessage/textmessage.otui

17 lines
382 B
Plaintext
Raw Normal View History

2011-09-04 19:21:42 +02:00
CenterLabel < Label
2011-11-01 03:35:50 +01:00
font: verdana-11px-rounded
2011-09-04 19:21:42 +02:00
height: 16
2011-11-17 22:41:02 +01:00
text-align: center
2011-11-07 18:20:13 +01:00
anchors.verticalCenter: parent.verticalCenter
2011-09-04 19:21:42 +02:00
anchors.left: parent.left
anchors.right: parent.right
BottomLabel < Label
2011-11-01 03:35:50 +01:00
font: verdana-11px-rounded
2011-08-30 17:12:57 +02:00
height: 16
2011-11-17 22:41:02 +01:00
text-align: center
margin-bottom: 2
2011-08-30 17:12:57 +02:00
anchors.bottom: parent.bottom
anchors.left: parent.left
2011-09-04 19:21:42 +02:00
anchors.right: parent.right