From 26561ec3503515cc46736384dff6062ea7ab6530 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 4 Dec 2024 20:34:29 +0100 Subject: [PATCH] Improve board design slightly --- Main.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Main.qml b/Main.qml index 6a56b34..1ed1388 100644 --- a/Main.qml +++ b/Main.qml @@ -7,7 +7,7 @@ ApplicationWindow { height: 650 visible: true title: qsTr("Solitare") - color: "green" + color: "#019934" ScoreBar { id: scoreBar @@ -18,12 +18,13 @@ ApplicationWindow { } // Show the foundation piles, throwaway pile & the draw stack on the first row - Item { + Rectangle { id: firstRow - height: 120 + height: 135 anchors.top: scoreBar.bottom anchors.left: parent.left anchors.right: parent.right + color: "green" Item { anchors.fill: parent