[Differential] [Commented On] D4842: [System Tray] Listen to external collapse
Kai Uwe Broulik
noreply at phabricator.kde.org
Tue Feb 28 15:45:25 UTC 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170228/403ab05b/attachment.html>
More information about the Plasma-devel
mailing list