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