Some cleanup

This commit is contained in:
2025-01-12 03:16:01 -06:00
parent a0a1d5d677
commit 7f9b671d90

View File

@@ -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