Flexible entergame window, changes to logout window

This commit is contained in:
Henrique Santiago
2012-08-06 18:47:58 -03:00
parent 345e9f4926
commit 7b1aba1fa5
4 changed files with 12 additions and 9 deletions

View File

@@ -1,28 +1,27 @@
LogoutWindow < MainWindow
id: logoutWindow
!text: tr('Logout')
size: 300 100
size: 230 100
Label
!text: tr('Are you sure you want to logout?')
width: 200
anchors.left: parent.left
text-auto-resize: true
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
margin-left: 30
margin-top: 2
Button
id: buttonYes
!text: tr('Yes')
width: 64
anchors.left: parent.left
anchors.right: parent.horizontalCenter
anchors.bottom: parent.bottom
margin-left: 65
margin-right: 5
Button
id: buttonNo
!text: tr('No')
width: 64
anchors.left: prev.right
anchors.left: parent.horizontalCenter
anchors.bottom: parent.bottom
margin-left: 5