tibia-client/modules/game/ui/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
align: center
anchors.top: parent.verticalCenter
anchors.bottom: parent.verticalCenter
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
align: center
anchors.bottom: parent.bottom
anchors.left: parent.left
2011-09-04 19:21:42 +02:00
anchors.right: parent.right