styles adjustment

This commit is contained in:
Eduardo Bart
2012-01-11 10:06:50 -02:00
parent 71ed758a3f
commit 0e88b03693
16 changed files with 57 additions and 124 deletions

View File

@@ -19,10 +19,7 @@ MainWindow
id: characterList
anchors.fill: parent
anchors.bottom: next.top
margin-top: 30
margin-bottom: 5
margin-left: 16
margin-right: 16
padding: 1
focusable: false
@@ -34,7 +31,6 @@ MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: separator.top
margin-left: 16
margin-bottom: 5
HorizontalSeparator
@@ -42,8 +38,6 @@ MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top
margin-left: 16
margin-right: 16
margin-bottom: 10
//CheckBox
@@ -63,8 +57,7 @@ MainWindow
width: 64
anchors.right: next.left
anchors.bottom: parent.bottom
margin-bottom: 16
margin-right: 16
margin-right: 10
@onClick: CharacterList.doLogin()
Button
@@ -73,6 +66,4 @@ MainWindow
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom
margin-bottom: 16
margin-right: 16
@onClick: CharacterList.destroy()

View File

@@ -9,8 +9,6 @@ MainWindow
text: Account name
anchors.left: parent.left
anchors.top: parent.top
margin-left: 18
margin-top: 28
LineEdit
id: accountNameLineEdit
@@ -18,8 +16,6 @@ MainWindow
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 2
margin-left: 18
margin-right: 18
LargerLabel
text: Password
@@ -33,8 +29,6 @@ MainWindow
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 2
margin-left: 18
margin-right: 18
LargerLabel
id: serverLabel
@@ -76,8 +70,6 @@ MainWindow
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 10
margin-left: 18
margin-right: 18
@onCheckChange: self:getParent():getChildById('autoLoginBox'):setEnabled(self:isChecked())
CheckBox
@@ -88,17 +80,14 @@ MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 8
margin-left: 18
margin-right: 18
margin-top: 2
Button
text: Ok
width: 64
anchors.right: next.left
anchors.bottom: parent.bottom
margin-bottom: 16
margin-right: 16
margin-right: 10
@onClick: EnterGame.doLogin()
Button
@@ -106,6 +95,4 @@ MainWindow
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom
margin-bottom: 16
margin-right: 16
@onClick: EnterGame.hide()