1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-15 02:00:04 +03:00

plasmoid:fix latte style applets thickness

This commit is contained in:
Michail Vourlakos 2020-11-29 01:19:15 +02:00
parent 28fe374914
commit 24661fb91f

View File

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