1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 19:21:41 +03:00

dont block length margins for EdgeSquare applets

This commit is contained in:
Michail Vourlakos 2020-05-27 12:22:09 +03:00
parent c7f530fb7a
commit 2ea8d389ec

View File

@ -70,7 +70,7 @@ Item{
property bool editMode: root.inConfigureAppletsMode
property bool edgeLengthMarginsDisabled: isSeparator || !communicator.requires.lengthMarginsEnabled || !parabolicEffectIsSupported
property bool edgeLengthMarginsDisabled: (isSeparator || !communicator.requires.lengthMarginsEnabled || !parabolicEffectIsSupported) && !isSquare
property int appletWidth: applet ? applet.width : -1
property int appletHeight: applet ? applet.height : -1