mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Navbar: fix width being slightly off
This commit is contained in:
parent
8444a9563e
commit
62faf4d82e
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ Rectangle {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
Layout.minimumHeight: 30
|
Layout.minimumHeight: 30
|
||||||
|
Layout.fillWidth: true
|
||||||
color: items[index].active ? grid.borderColor : "transparent"
|
color: items[index].active ? grid.borderColor : "transparent"
|
||||||
height: children[0].height
|
height: children[0].height
|
||||||
width: children[0].width
|
width: children[0].width
|
||||||
|
|
Loading…
Reference in a new issue