mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
dock: touch of inner padding to dms icon
This commit is contained in:
@@ -334,7 +334,7 @@ Item {
|
|||||||
id: iconImg
|
id: iconImg
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
implicitSize: actualIconSize
|
implicitSize: appData && appData.appId === "org.quickshell" ? actualIconSize * 0.85 : actualIconSize
|
||||||
source: {
|
source: {
|
||||||
if (!appData || appData.appId === "__SEPARATOR__") {
|
if (!appData || appData.appId === "__SEPARATOR__") {
|
||||||
return "";
|
return "";
|
||||||
|
|||||||
Reference in New Issue
Block a user