2012-07-26 11:12:20 +02:00
|
|
|
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
|
2012-06-09 15:00:08 +02:00
|
|
|
text-auto-resize: true
|
|
|
|
margin-bottom: 2
|
|
|
|
visible: false
|
2011-09-04 19:21:42 +02:00
|
|
|
|
2012-07-26 11:12:20 +02:00
|
|
|
Panel
|
|
|
|
anchors.fill: gameMapPanel
|
|
|
|
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
|
2012-06-09 15:00:08 +02:00
|
|
|
|
2012-07-26 11:12:20 +02:00
|
|
|
TextMessageLabel
|
|
|
|
id: statusLabel
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|