Skip to content

Commit

Permalink
Merge pull request #1805
Browse files Browse the repository at this point in the history
646ce0d MiddlePanel: fix color stripe z value (selsta)
  • Loading branch information
luigi1111 committed Dec 12, 2018
2 parents 68014ee + 646ce0d commit 59fc48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiddlePanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Rectangle {
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right

z: parent.z + 1

Rectangle { height: 4; width: parent.width / 5; color: "#FFE00A" }
Rectangle { height: 4; width: parent.width / 5; color: "#6B0072" }
Expand Down

0 comments on commit 59fc48b

Please sign in to comment.