Merge pull request #3405

62faf4d Navbar: fix width being slightly off (selsta)
This commit is contained in:
luigi1111 2021-04-16 12:57:35 -05:00
commit 02ae14fd6b
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 0 deletions

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