Remove unnecessary spacer item

This commit is contained in:
ItsDrike 2024-12-04 19:26:32 +01:00
parent bbf1cd2eaa
commit 7d4d139a97
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -34,11 +34,6 @@ ApplicationWindow {
anchors.left: parent.left
}
// Spacer to push the second row to the right
Item {
Layout.fillWidth: true
}
// Right side
Row {
spacing: 20