From 2b778dcf6eca3ff0491d158c737451158c0c69ca Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 17 May 2025 22:15:01 +0200 Subject: [PATCH] add spacing to tab pages --- .config/quickshell/modules/sidebarLeft/SidebarLeft.qml | 1 + .config/quickshell/modules/sidebarRight/CenterWidgetGroup.qml | 1 + .config/quickshell/modules/sidebarRight/todo/TodoWidget.qml | 1 + 3 files changed, 3 insertions(+) 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: {