1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-05 17:47:23 +03:00

respect applets screenEdgeMarginSupported

--provide proper thickness for applets that can support
properly Latte floating docks
This commit is contained in:
Michail Vourlakos 2020-11-07 11:38:36 +02:00
parent 589b5f009c
commit b230812b0a

View File

@ -60,7 +60,7 @@ Item{
return 0;
}
return screenEdgeMarginSupported ? layoutThickness : scaledThickness + appletItem.metrics.margin.screenEdge
return scaledThickness + appletItem.metrics.margin.screenEdge;
}
opacity: appletColorizer.mustBeShown && graphicsSystem.isAccelerated ? 0 : 1