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