feat: add little radius
This commit is contained in:
parent
9bb5241e49
commit
d883096971
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue