diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-12-12 14:03:42 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-12 14:03:42 -0600 |
| commit | 59fc48bd8be5e7227ea3d7b571e9e04829e3636d (patch) | |
| tree | d5822f1d4761b990b08b78233fb56d08839fe9f6 /MiddlePanel.qml | |
| parent | 68014ee4b22e4f8c35389692d0949124ef9bed60 (diff) | |
| parent | 646ce0dc0b1a854c71f25d601bc9d9b460e05a68 (diff) | |
| download | monzero-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.qml | 2 |
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" } |
