diff options
| author | selsta <selsta@sent.at> | 2018-12-12 15:33:21 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2018-12-12 15:33:21 +0100 |
| commit | 646ce0dc0b1a854c71f25d601bc9d9b460e05a68 (patch) | |
| tree | 733176c47c53c2dea4c5f7760b430c4307a25d3d /MiddlePanel.qml | |
| parent | 03f09865e8ef5662ceccb5e1d2353d7511e2e9ab (diff) | |
| download | monzero-gui-646ce0dc0b1a854c71f25d601bc9d9b460e05a68.tar.gz monzero-gui-646ce0dc0b1a854c71f25d601bc9d9b460e05a68.tar.xz monzero-gui-646ce0dc0b1a854c71f25d601bc9d9b460e05a68.zip | |
MiddlePanel: fix color stripe z value
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
