mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
side panel splitter
This commit is contained in:
@@ -59,6 +59,8 @@ local function createTextMessageLabel(id, parent)
|
||||
label:setTextAlign(AlignCenter)
|
||||
label:setId(id)
|
||||
label:setMarginBottom(2)
|
||||
label:setTextWrap(true)
|
||||
label:setTextAutoResize(true)
|
||||
label:setVisible(false)
|
||||
return label
|
||||
end
|
||||
|
@@ -2,6 +2,7 @@ CenterLabel < GameLabel
|
||||
font: verdana-11px-rounded
|
||||
height: 64
|
||||
text-align: center
|
||||
text-wrap: true
|
||||
anchors.centerIn: parent
|
||||
size: 360 264
|
||||
|
||||
@@ -11,5 +12,4 @@ BottomLabel < GameLabel
|
||||
text-align: center
|
||||
margin-bottom: 2
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
Reference in New Issue
Block a user