tibia-client/modules/game_textmessage/textmessage.otui

23 lines
515 B
Plaintext
Raw Normal View History

CenterLabel < UILabel
2011-11-01 03:35:50 +01:00
font: verdana-11px-rounded
2011-11-17 22:41:02 +01:00
text-align: center
2012-03-26 20:33:00 +02:00
text-wrap: true
text-auto-resize: true
margin-bottom: 2
visible: false
2011-09-04 19:21:42 +02:00
TopCenterLabel < UILabel
2011-11-01 03:35:50 +01:00
font: verdana-11px-rounded
2011-11-17 22:41:02 +01:00
text-align: center
text-wrap: true
visible: false
anchors.top: parent.top
anchors.bottom: centerTextMessagePanel.top
2012-03-26 20:33:00 +02:00
anchors.horizontalCenter: parent.horizontalCenter
width: 275
BottomLabel < CenterLabel
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right