https://bugs.kde.org/show_bug.cgi?id=374094
--- Comment #9 from Eike Hein <h...@kde.org> --- Hint to interested implementers: The Positioner class contains a firstFreeRow() method that is used to find free space to initially place new icons in the positioning proxy. To implement this request, Positioner would have to be made aware of the (QML level) containment code's occupied widget cells tracking state and consider icon grid cells overlapping occupied widget cells as non-free, just as icon grid cells already containing an icon are. It should then return an icon grid cell that's neither occupied by an icon or overlapping an occupied widget grid cell, taking arrangement and alignment settings into account as before. -- You are receiving this mail because: You are watching all bug changes.