Widget text upper case option, change gimp plugin mode to executable

This commit is contained in:
Henrique Santiago
2012-08-05 15:26:08 -03:00
parent 14085a525b
commit e78edad4c6
6 changed files with 16 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ MainWindow
@onEnter: EnterGame.doLogin()
@onEscape: EnterGame.hide()
Label
MenuLabel
!text: tr('Account name')
anchors.left: parent.left
anchors.top: parent.top
@@ -18,7 +18,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 2
Label
MenuLabel
!text: tr('Password')
anchors.left: prev.left
anchors.top: prev.bottom
@@ -32,7 +32,7 @@ MainWindow
anchors.top: prev.bottom
margin-top: 2
Label
MenuLabel
id: serverLabel
!text: tr('Server')
anchors.left: prev.left
@@ -48,7 +48,7 @@ MainWindow
anchors.top: serverLabel.bottom
margin-top: 2
Label
MenuLabel
id: protocolLabel
!text: tr('Protocol')
anchors.left: parent.left
@@ -65,7 +65,7 @@ MainWindow
margin-top: 2
width: 90
Label
MenuLabel
id: portLabel
!text: tr('Port')
anchors.right: parent.right