mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 20:40:27 +00:00
MiddlePanel: fix color stripe z value
This commit is contained in:
parent
03f09865e8
commit
646ce0dc0b
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ Rectangle {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
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: "#FFE00A" }
|
||||||
Rectangle { height: 4; width: parent.width / 5; color: "#6B0072" }
|
Rectangle { height: 4; width: parent.width / 5; color: "#6B0072" }
|
||||||
|
|
Loading…
Reference in a new issue