17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
CenterLabel < GameLabel
|
|
font: verdana-11px-rounded
|
|
height: 64
|
|
text-align: center
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
|
|
BottomLabel < GameLabel
|
|
font: verdana-11px-rounded
|
|
height: 16
|
|
text-align: center
|
|
margin-bottom: 2
|
|
anchors.bottom: parent.bottom
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|