starting from 4.9 beta 2 the battery plasmoid icon does not scale correctly. Reproducible: Always Steps to Reproduce: 1. update to 4.9 beta 2 2. put the battery plasmoid in system tray 3. reduce the size of the panel until the battery icon stops scaling Actual Results: the icon does not scale Expected Results: the icon should scale as in kde 4.8.* and 4.9 beta 1
Created attachment 71816 [details] explanatory screenshot
Confirmed.
Same here. Also, there are was power management on-off slider in beta1, which is now replaced by a checkbox (why?).
I can confirm the bug, the icon size is wrong, it's not scaled correctly and sometimes it is outside the systray.
*** Bug 301885 has been marked as a duplicate of this bug. ***
Also confirmed on Gentoo, 4.9 Beta 2, was fine in Beta1.
Fixed in this revision I think? https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/14d57a26d9c486d2bc291e103a66744b930bd8e9 Applied those changes, and icon here scales correctly again.
(In reply to comment #7) > Fixed in this revision I think? > > https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/ > 14d57a26d9c486d2bc291e103a66744b930bd8e9 Confirmed. Fixed!
Fixed, nice thing of qml: can be done on the fly, no compilation needed. Thanks :)
It might be fixed, but the minimum size is now set as 32x32. I often have a smaller panel then that. Could the minimum constraint just be removed? or 16x16 as minimum.
*** Bug 302034 has been marked as a duplicate of this bug. ***
look closer at the patch, the size limitation sholdn't apply to system tray. confirmed fixed, thanks.
(In reply to comment #12) > look closer at the patch, the size limitation sholdn't apply to system tray. > > confirmed fixed, thanks. I just take your word for it :) I haven't actually tried it yet.