View Revision
broulik added a comment.

Of course I meant the code in panel containment, but here it does expanded = false and that's what I wanted to listen to :)

Plasmoid.onUserConfiguringChanged: {
    ...
        if (plasmoid.userConfiguring) {
            for (var i = 0; i < plasmoid.applets.length; ++i) {
                plasmoid.applets[i].expanded = false;
            }
        ...
}

But perhaps AppletInterface sees that we force expanded rep and then ignores that request.


REPOSITORY
R120 Plasma Workspace

REVISION DETAIL
https://phabricator.kde.org/D4842

EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/

To: broulik, Plasma
Cc: mart, plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol