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:
parent
c7f530fb7a
commit
2ea8d389ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user