From d8830969718624dda7e5a6177eee139a14b2575a Mon Sep 17 00:00:00 2001 From: JPratama7 Date: Sun, 31 Aug 2025 11:35:24 +0700 Subject: [PATCH] feat: add little radius --- Modules/Bar/Widgets/Taskbar.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Bar/Widgets/Taskbar.qml b/Modules/Bar/Widgets/Taskbar.qml index 19c77cb..4308a36 100644 --- a/Modules/Bar/Widgets/Taskbar.qml +++ b/Modules/Bar/Widgets/Taskbar.qml @@ -44,6 +44,7 @@ Rectangle { height: root.itemSize * 0.75 color: taskbarItem.isActive ? Color.mPrimary : root.color border.width: 0 + radius: Math.round(Style.radiusXS * root.scaling) border.color: "transparent" z: -1