Fix the LauncherGrid

For real this time /o\

CCMAIL: Jonah Brüchert <jbb.prv@gmx.de>
This commit is contained in:
Bhushan Shah 2020-07-13 12:41:36 +05:30
parent d73b2455df
commit e0dd510861

View file

@ -73,7 +73,7 @@ LauncherContainer {
delegate.iconItem.Kirigami.ScenePosition.x + delegate.iconItem.width/2,
delegate.iconItem.Kirigami.ScenePosition.y + delegate.iconItem.height/2,
Math.min(delegate.iconItem.width, delegate.iconItem.height)
});
)});
}
onParentFromLocationChanged: {
if (!launcherDragManager.active && parent != parentFromLocation) {