Improve board design slightly

This commit is contained in:
ItsDrike 2024-12-04 20:34:29 +01:00
parent 72c4e64782
commit 26561ec350
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -7,7 +7,7 @@ ApplicationWindow {
height: 650 height: 650
visible: true visible: true
title: qsTr("Solitare") title: qsTr("Solitare")
color: "green" color: "#019934"
ScoreBar { ScoreBar {
id: scoreBar id: scoreBar
@ -18,12 +18,13 @@ ApplicationWindow {
} }
// Show the foundation piles, throwaway pile & the draw stack on the first row // Show the foundation piles, throwaway pile & the draw stack on the first row
Item { Rectangle {
id: firstRow id: firstRow
height: 120 height: 135
anchors.top: scoreBar.bottom anchors.top: scoreBar.bottom
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
color: "green"
Item { Item {
anchors.fill: parent anchors.fill: parent