MiddlePanel: fix color stripe z value

This commit is contained in:
selsta 2018-12-12 15:33:21 +01:00
parent 03f09865e8
commit 646ce0dc0b
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

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