diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 71fa639f98..64785859e0 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -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" }