MiddlePanel: fix color stripe z value

This commit is contained in:
selsta
2018-12-12 15:33:21 +01:00
parent 03f09865e8
commit 646ce0dc0b

View File

@@ -160,7 +160,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" }