tibia-client/modules/game_textmessage/textmessage.otui

17 lines
390 B
Plaintext
Raw Normal View History

2012-01-03 02:52:26 +01:00
CenterLabel < GameLabel
2011-11-01 03:35:50 +01:00
font: verdana-11px-rounded
2012-01-03 01:10:39 +01:00
height: 64
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
2012-01-03 02:52:26 +01:00
BottomLabel < GameLabel
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