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
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