Create stdext net, changes to outfit and exit windows.

This commit is contained in:
Henrique Santiago
2012-08-06 22:11:42 -03:00
parent 54f4e2b801
commit a2db210012
8 changed files with 113 additions and 30 deletions

View File

@@ -1,15 +1,13 @@
ExitWindow < MainWindow
id: exitWindow
!text: tr('Exit')
size: 550 135
size: 570 135
Label
!text: tr("If you shut down the program, your character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game properly.\nClick on 'Exit' if you want to exit the program without logging out your character.")
width: 500
height: 45
anchors.left: parent.left
text-auto-resize: true
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
margin-left: 10
margin-top: 2
Button

View File

@@ -10,25 +10,20 @@ NextMountButton < NextButton
PrevMountButton < PreviousButton
icon-source: /images/arrow_left.png
Window
MainWindow
!text: tr('Select Outfit')
size: 338 375
padding: 0 0 0 0
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
@onEnter: modules.game_outfit.accept()
@onEscape: modules.game_outfit.destroy()
// Creature Boxes
Creature
id: outfitCreatureBox
anchors.top: parent.top
anchors.left: parent.left
margin-top: 48
margin-left: 40
margin-top: 15
margin-left: 22
padding: 4 4 4 4
fixed-creature-size: true
@@ -60,8 +55,8 @@ Window
id: mountCreatureBox
anchors.top: parent.top
anchors.right: parent.right
margin-top: 48
margin-right: 40
margin-top: 15
margin-right: 22
padding: 4 4 4 4
fixed-creature-size: true
@@ -98,7 +93,7 @@ Window
anchors.top: outfitCreatureBox.bottom
anchors.left: parent.left
margin-top: 6
margin-left: 18
margin-left: 2
enabled: false
CheckBox
@@ -182,8 +177,6 @@ Window
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top
margin-left: 16
margin-right: 16
margin-bottom: 10
margin-top: 5
@@ -193,7 +186,6 @@ Window
width: 64
anchors.right: next.left
anchors.bottom: parent.bottom
margin-bottom: 16
margin-right: 16
@onClick: modules.game_outfit.accept()
@@ -203,6 +195,4 @@ Window
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom
margin-bottom: 16
margin-right: 16
@onClick: modules.game_outfit.destroy()