1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dock: touch of inner padding to dms icon

This commit is contained in:
bbedward
2025-11-23 16:00:51 -05:00
parent 8130feb2a0
commit 2a37028b6a

View File

@@ -334,7 +334,7 @@ Item {
id: iconImg
anchors.centerIn: parent
implicitSize: actualIconSize
implicitSize: appData && appData.appId === "org.quickshell" ? actualIconSize * 0.85 : actualIconSize
source: {
if (!appData || appData.appId === "__SEPARATOR__") {
return "";