From f7d29ed4dcd9d0b0775bfd3992bdc04935ae51f8 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 3 Dec 2024 15:48:52 +0100 Subject: [PATCH] Use Item instead of Row class for firstRow --- Main.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Main.qml b/Main.qml index 161b797..36216f0 100644 --- a/Main.qml +++ b/Main.qml @@ -25,8 +25,7 @@ ApplicationWindow { anchors.left: parent.left anchors.right: parent.right - Row { - spacing: 0 + Item { anchors.fill: parent anchors.margins: 10