mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
fix and move textmessage to a module
This commit is contained in:
17
modules/textmessage/textmessage.otui
Normal file
17
modules/textmessage/textmessage.otui
Normal file
@@ -0,0 +1,17 @@
|
||||
CenterLabel < Label
|
||||
font: verdana-11px-rounded
|
||||
height: 16
|
||||
align: center
|
||||
anchors.top: parent.verticalCenter
|
||||
anchors.bottom: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
BottomLabel < Label
|
||||
font: verdana-11px-rounded
|
||||
height: 16
|
||||
align: center
|
||||
margin.bottom: 2
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
Reference in New Issue
Block a user