mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +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.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" }
|
||||
|
|
Loading…
Reference in a new issue