mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-21 14:48:48 +00:00
Merge pull request #1805
646ce0d
MiddlePanel: fix color stripe z value (selsta)
This commit is contained in:
commit
59fc48bd8b
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,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