mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
make styles closer to CSS syntax
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CenterLabel < Label
|
||||
font: verdana-11px-rounded
|
||||
height: 16
|
||||
align: center
|
||||
text-align: center
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
@@ -9,8 +9,8 @@ CenterLabel < Label
|
||||
BottomLabel < Label
|
||||
font: verdana-11px-rounded
|
||||
height: 16
|
||||
align: center
|
||||
margin.bottom: 2
|
||||
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