From 62faf4d82e264f4d101764c63774d76e9f281f29 Mon Sep 17 00:00:00 2001 From: selsta Date: Fri, 16 Apr 2021 02:37:25 +0200 Subject: [PATCH] Navbar: fix width being slightly off --- components/Navbar.qml | 1 + 1 file changed, 1 insertion(+) 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