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:
parent
28fe374914
commit
24661fb91f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user