Some cleanup
This commit is contained in:
@@ -119,7 +119,7 @@
|
|||||||
// This one, the password field
|
// This one, the password field
|
||||||
Column {
|
Column {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
spacing : 4
|
spacing: 4
|
||||||
Text {
|
Text {
|
||||||
id: lblPassword
|
id: lblPassword
|
||||||
color: "#ebdbb2"
|
color: "#ebdbb2"
|
||||||
@@ -144,9 +144,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This one, the session selector
|
||||||
Column {
|
Column {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
spacing: 4
|
||||||
Text {
|
Text {
|
||||||
id: lblSession
|
id: lblSession
|
||||||
color: "#ebdbb2"
|
color: "#ebdbb2"
|
||||||
@@ -170,6 +171,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This here's an error message/whatever prompt
|
||||||
Column {
|
Column {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
Text {
|
Text {
|
||||||
@@ -181,6 +183,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// And this row here has our buttons
|
||||||
Row {
|
Row {
|
||||||
spacing: 4
|
spacing: 4
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
Reference in New Issue
Block a user