tibia-client/modules/game_textmessage/textmessage.otui

16 lines
339 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
2012-03-26 20:33:00 +02:00
text-wrap: true
2012-01-25 01:50:30 +01:00
anchors.centerIn: parent
size: 360 264
2011-09-04 19:21:42 +02:00
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
2012-03-26 20:33:00 +02:00
anchors.horizontalCenter: parent.horizontalCenter