mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
Merge pull request #3405
62faf4d
Navbar: fix width being slightly off (selsta)
This commit is contained in:
commit
02ae14fd6b
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ Rectangle {
|
|||
|
||||
Rectangle {
|
||||
Layout.minimumHeight: 30
|
||||
Layout.fillWidth: true
|
||||
color: items[index].active ? grid.borderColor : "transparent"
|
||||
height: children[0].height
|
||||
width: children[0].width
|
||||
|
|
Loading…
Reference in a new issue