1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

consistent icon sizing

This commit is contained in:
bbedward
2025-12-07 20:21:07 -05:00
parent e05ad81c13
commit 76e7755496
2 changed files with 19 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ BasePill {
DankIcon {
anchors.centerIn: parent
name: "content_paste"
size: Theme.barIconSize(root.barThickness)
size: Theme.barIconSize(root.barThickness, -4)
color: Theme.widgetIconColor
}
}