From 981e3be9b0f858c711fce98c2c76ae94e135fc74 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:05:21 +0100 Subject: [PATCH] adjust secondary tab rounding --- .../quickshell/ii/modules/common/widgets/SecondaryTabButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml b/dots/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml index 347774cff..b1036c777 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml @@ -91,7 +91,7 @@ TabButton { background: Rectangle { id: buttonBackground - radius: Appearance?.rounding.small ?? 7 + radius: Appearance?.rounding.normal implicitHeight: 37 color: (root.hovered ? root.colBackgroundHover : root.colBackground) layer.enabled: true