tibia-client/data/styles/30-messageboxes.otui

16 lines
327 B
Plaintext
Raw Normal View History

2012-02-06 20:19:47 +01:00
MessageBoxLabel < Label
id: messageBoxLabel
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
2013-02-27 20:24:32 +01:00
text-wrap: true
text-auto-resize: true
2012-02-06 20:19:47 +01:00
2012-08-13 01:27:41 +02:00
MessageBoxButtonHolder < UIWidget
id: buttonHolder
margin-top: 10
2012-02-06 20:19:47 +01:00
anchors.bottom: parent.bottom
2012-08-13 01:27:41 +02:00
MessageBoxButton < Button
margin-left: 10
width: 80