https://bugs.kde.org/show_bug.cgi?id=375349
--- Comment #4 from Konstantin Shtepa <oss.konstantin.sht...@yandex.ru> --- Explained it all in patch in Phabricator. Copy: This bug was because of mess in size relationship. Because of it plasmoid wouldn't get smaller than Layout.minimumWidth + 2 * handleWidth. Bug was in appletItem minimumWidth(where in appletContainer.margins.right was included first excess handleWidth) calculation and in AppletHandler.qml resize calculation(resizeHandle.onPositionChanged where in calculation of var minimumWidth was included second excess handleWidth). -- You are receiving this mail because: You are watching all bug changes.