Summary: | Plasma::Icon does not (re)size properly | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Joseph Wenninger <jowenn> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | charlysnews, kde-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joseph Wenninger
2007-11-22 11:10:48 UTC
Resizing works here. Is this still an issue? it did that some time ago, but now it can be resized and it saves the size correctly. it still display a only a little piece of the icon and the icons are never resized (only the applet border) but it is another story and an old problem of the icon widget, this specific bug i think it could be closed There's no other bug open for the icon size issue, so may as well leave this one open for that. well, leave it open but at least change the name so we know what it's really about =) *** Bug 153971 has been marked as a duplicate of this bug. *** SVN commit 748748 by jstubbs: Moved adding of the icons to the layout from paintWidget() into the constructor, which fixes the layout when the applet is created. Also removed all the dead code which has made it a lot easier to read. CCBUG: 152695 M +20 -72 lockout.cpp M +2 -31 lockout.h WebSVN link: http://websvn.kde.org/?view=rev&revision=748748 SVN commit 750084 by mart: Now icons can be resized BUG: 152695 M +22 -6 icon.cpp M +0 -2 icon.h WebSVN link: http://websvn.kde.org/?view=rev&revision=750084 |