Rework to UIMessageBox

This commit is contained in:
Henrique Santiago
2012-08-12 20:27:41 -03:00
parent 7fb2f6deb5
commit abb6f59568
8 changed files with 99 additions and 142 deletions

View File

@@ -1,11 +1,14 @@
MessageBoxLabel < Label
id: messageBoxLabel
text-auto-resize: true
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
MessageBoxRightButton < Button
id: messageBoxRightButton
MessageBoxButtonHolder < UIWidget
id: buttonHolder
margin-top: 10
anchors.bottom: parent.bottom
anchors.right: parent.right
width: 64
visible: true
MessageBoxButton < Button
margin-left: 10
width: 80