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:
parent
589b5f009c
commit
b230812b0a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user