https://bugs.kde.org/show_bug.cgi?id=493989
--- Comment #2 from Ismael Asensio <isma...@gmail.com> --- The default sizing is correct, as it is the same one as the full representation in a panel, given by Layout.minimumWidth/Height. The problem is with the desktop containment layouting, because it doesn't allow a widget to grow when it collides with another one or a screen edge. When adding a new widget (before configuring) it has a very small size, which fits in the space between other widgets. After being configured, a new minimum size is calculated, but the desktop cannot honor it anymore as there is no more space on its current position, so it interrupts resizing. Can you try to move a "collapsed" widget to a free space elsewhere? The background should get back to normal and not allow to manually resize below that size. This issue affects every widget but very few have such a changing size between unconfigured and configured states. -- You are receiving this mail because: You are watching all bug changes.