Skip to content

When adding a new applet to a desktop containment, add it to the center

Arjen Hiemstra requested to merge work/ahiemstra/appletposition into master

Instead of always using the position the applet had before removal, which is -1,-1 for new applets, use the center of the containment for the applet position if we're adding a new applet to a desktop containment. This prevents applets from being added to a location beneath the widget explorer if they aren't being added by drag and drop.

Merge request reports