1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

42 Zeilen
886 B

TextMessageLabel < UILabel
font: verdana-11px-rounded
text-align: center
text-wrap: true
text-auto-resize: true
margin-bottom: 2
visible: false
Panel
anchors.fill: gameMapPanel
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