mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
Fix the LauncherGrid
For real this time /o\ CCMAIL: Jonah Brüchert <jbb.prv@gmx.de>
This commit is contained in:
parent
d73b2455df
commit
e0dd510861
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue