mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-17 07:43:27 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
40
SabrehavenOTClient/modules/game_textmessage/textmessage.otui
Normal file
40
SabrehavenOTClient/modules/game_textmessage/textmessage.otui
Normal file
@@ -0,0 +1,40 @@
|
||||
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
|
||||
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
|
Reference in New Issue
Block a user