Merge pull request #1805

646ce0d MiddlePanel: fix color stripe z value (selsta)
This commit is contained in:
luigi1111 2018-12-12 14:03:42 -06:00
commit 59fc48bd8b
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

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