mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00

* disable GL blending in some situations to speedup on older hardware * fix wrap size in CachedText
23 lines
515 B
Plaintext
23 lines
515 B
Plaintext
CenterLabel < UILabel
|
|
font: verdana-11px-rounded
|
|
text-align: center
|
|
text-wrap: true
|
|
text-auto-resize: true
|
|
margin-bottom: 2
|
|
visible: false
|
|
|
|
TopCenterLabel < UILabel
|
|
font: verdana-11px-rounded
|
|
text-align: center
|
|
text-wrap: true
|
|
visible: false
|
|
anchors.top: parent.top
|
|
anchors.bottom: centerTextMessagePanel.top
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
width: 360
|
|
|
|
BottomLabel < CenterLabel
|
|
anchors.bottom: parent.bottom
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|