From 7d4d139a971160652bc8dd8e4f90ef7e4360cfd8 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 4 Dec 2024 19:26:32 +0100 Subject: [PATCH] Remove unnecessary spacer item --- Main.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Main.qml b/Main.qml index 4ab8aa9..6a56b34 100644 --- a/Main.qml +++ b/Main.qml @@ -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