Improve board design slightly
This commit is contained in:
parent
72c4e64782
commit
26561ec350
7
Main.qml
7
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
|
||||
|
|
Loading…
Reference in a new issue