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