diff --git a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml index b6eb13bea..865b5e58d 100644 --- a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml +++ b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml @@ -146,6 +146,7 @@ Scope { // Scope Layout.topMargin: 5 Layout.fillWidth: true Layout.fillHeight: true + spacing: 10 currentIndex: sidebarRoot.selectedTab onCurrentIndexChanged: { tabBar.enableIndicatorAnimation = true diff --git a/.config/quickshell/modules/sidebarRight/CenterWidgetGroup.qml b/.config/quickshell/modules/sidebarRight/CenterWidgetGroup.qml index ede9e7219..bb871993a 100644 --- a/.config/quickshell/modules/sidebarRight/CenterWidgetGroup.qml +++ b/.config/quickshell/modules/sidebarRight/CenterWidgetGroup.qml @@ -62,6 +62,7 @@ Rectangle { Layout.topMargin: 5 Layout.fillWidth: true Layout.fillHeight: true + spacing: 10 currentIndex: root.selectedTab onCurrentIndexChanged: { tabBar.enableIndicatorAnimation = true diff --git a/.config/quickshell/modules/sidebarRight/todo/TodoWidget.qml b/.config/quickshell/modules/sidebarRight/todo/TodoWidget.qml index c735f451f..3bbb4fc42 100644 --- a/.config/quickshell/modules/sidebarRight/todo/TodoWidget.qml +++ b/.config/quickshell/modules/sidebarRight/todo/TodoWidget.qml @@ -129,6 +129,7 @@ Item { Layout.topMargin: 10 Layout.fillWidth: true Layout.fillHeight: true + spacing: 10 clip: true currentIndex: currentTab onCurrentIndexChanged: {