mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
reorganize modules
This commit is contained in:
16
modules/game_textmessage/textmessage.otui
Normal file
16
modules/game_textmessage/textmessage.otui
Normal file
@@ -0,0 +1,16 @@
|
||||
CenterLabel < Label
|
||||
font: verdana-11px-rounded
|
||||
height: 16
|
||||
text-align: center
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
BottomLabel < Label
|
||||
font: verdana-11px-rounded
|
||||
height: 16
|
||||
text-align: center
|
||||
margin-bottom: 2
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
Reference in New Issue
Block a user