mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
feat: add little radius
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user