feat: add little radius

This commit is contained in:
JPratama7 2025-08-31 11:35:24 +07:00
parent 9bb5241e49
commit d883096971
No known key found for this signature in database
GPG key ID: CD3EB7D0490C5F4B

View file

@ -44,6 +44,7 @@ Rectangle {
height: root.itemSize * 0.75 height: root.itemSize * 0.75
color: taskbarItem.isActive ? Color.mPrimary : root.color color: taskbarItem.isActive ? Color.mPrimary : root.color
border.width: 0 border.width: 0
radius: Math.round(Style.radiusXS * root.scaling)
border.color: "transparent" border.color: "transparent"
z: -1 z: -1