diff options
| -rw-r--r-- | components/Navbar.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Navbar.qml b/components/Navbar.qml index 0429eecc..03386744 100644 --- a/components/Navbar.qml +++ b/components/Navbar.qml @@ -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 |
