Navbar: fix width being slightly off

This commit is contained in:
selsta 2021-04-16 02:37:25 +02:00
parent 8444a9563e
commit 62faf4d82e
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -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