https://bugs.kde.org/show_bug.cgi?id=376529
--- Comment #3 from Kai Uwe Broulik <k...@privat.broulik.de> --- Seems this is intentional... // Don't apply the right margin if the folderView is in column mode and not overflowing. // In this way, the last column remains droppable even if a small part of the icon is behind a panel. rightMargin: folderViewLayer.ready && (folderViewLayer.view.overflowing || folderViewLayer.view.flow == GridView.FlowLeftToRight) && (isContainment && plasmoid.availableScreenRect) && parent ? parent.width - (plasmoid.availableScreenRect.x + plasmoid.availableScreenRect.width) : 0 -- You are receiving this mail because: You are watching all bug changes.