Reformat code.

This commit is contained in:
Black Hat
2018-09-04 21:13:14 +08:00
parent 412b5201bf
commit aa29f5252d
17 changed files with 139 additions and 90 deletions

View File

@@ -57,17 +57,19 @@ Page {
Pane {
width: parent.width / 2
height: parent.height
padding: 64
ColumnLayout {
id: mainCol
width: parent.width
TextField {
id: serverField
id: mainCol
TextField {
Layout.fillWidth: true
id: serverField
leftPadding: 16
topPadding: 0
bottomPadding: 0
@@ -85,10 +87,10 @@ Page {
}
TextField {
id: usernameField
Layout.fillWidth: true
id: usernameField
leftPadding: 16
topPadding: 0
bottomPadding: 0
@@ -105,10 +107,10 @@ Page {
}
TextField {
id: passwordField
Layout.fillWidth: true
id: passwordField
leftPadding: 16
topPadding: 0
bottomPadding: 0
@@ -126,10 +128,10 @@ Page {
}
Button {
id: loginButton
Layout.fillWidth: true
id: loginButton
text: "LOGIN"
highlighted: true