aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-12 14:03:42 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-12 14:03:42 -0600
commit59fc48bd8be5e7227ea3d7b571e9e04829e3636d (patch)
treed5822f1d4761b990b08b78233fb56d08839fe9f6 /MiddlePanel.qml
parent68014ee4b22e4f8c35389692d0949124ef9bed60 (diff)
parent646ce0dc0b1a854c71f25d601bc9d9b460e05a68 (diff)
downloadmonzero-gui-59fc48bd8be5e7227ea3d7b571e9e04829e3636d.tar.gz
monzero-gui-59fc48bd8be5e7227ea3d7b571e9e04829e3636d.tar.xz
monzero-gui-59fc48bd8be5e7227ea3d7b571e9e04829e3636d.zip
Merge pull request #1805
646ce0d MiddlePanel: fix color stripe z value (selsta)
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 71fa639f..64785859 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" }