From 646ce0dc0b1a854c71f25d601bc9d9b460e05a68 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 12 Dec 2018 15:33:21 +0100 Subject: [PATCH] MiddlePanel: fix color stripe z value --- MiddlePanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 183dd688..3c787ec7 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -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" }