From 827e17225b229ec01a4c6fe347d0028c0aebe6c3 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 19 Dec 2022 12:39:18 -0500 Subject: [PATCH] shell: Update NavigationTabButton width --- shell/contents/configuration/AppletConfiguration.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/contents/configuration/AppletConfiguration.qml b/shell/contents/configuration/AppletConfiguration.qml index e8541431..9f2a3134 100644 --- a/shell/contents/configuration/AppletConfiguration.qml +++ b/shell/contents/configuration/AppletConfiguration.qml @@ -212,6 +212,7 @@ Rectangle { Kirigami.NavigationTabButton { icon.name: model.icon text: model.name + width: footerBar.buttonWidth recolorIcon: false QQC2.ButtonGroup.group: footerBar.tabGroup