tibia-client/modules/game_textmessage/textmessage.otui

42 lines
886 B
Plaintext
Raw Normal View History

TextMessageLabel < 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
Panel
anchors.fill: gameMapPanel
2015-02-05 23:28:21 +01:00
anchors.bottom: gameBottomPanel.top
focusable: false
Panel
id: centerTextMessagePanel
layout:
type: verticalBox
fit-children: true
width: 360
anchors.centerIn: parent
TextMessageLabel
id: highCenterLabel
TextMessageLabel
id: middleCenterLabel
TextMessageLabel
id: lowCenterLabel
TextMessageLabel
id: privateLabel
anchors.top: parent.top
anchors.bottom: centerTextMessagePanel.top
anchors.horizontalCenter: parent.horizontalCenter
text-auto-resize: false
width: 275
TextMessageLabel
id: statusLabel
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right