diff --git a/dots/.config/quickshell/ii/modules/ii/sidebarRight/BottomWidgetGroup.qml b/dots/.config/quickshell/ii/modules/ii/sidebarRight/BottomWidgetGroup.qml index 4c6ea6dd9..e9c49dd4b 100644 --- a/dots/.config/quickshell/ii/modules/ii/sidebarRight/BottomWidgetGroup.qml +++ b/dots/.config/quickshell/ii/modules/ii/sidebarRight/BottomWidgetGroup.qml @@ -138,7 +138,7 @@ Rectangle { anchors.fill: parent // implicitHeight: tabStack.implicitHeight - spacing: 10 + spacing: 20 // Navigation rail Item { @@ -146,7 +146,7 @@ Rectangle { Layout.fillWidth: false Layout.leftMargin: 10 Layout.topMargin: 10 - width: tabBar.width + implicitWidth: tabBar.implicitWidth // Navigation rail buttons NavigationRailTabArray { id: tabBar