Summary: | double sized-pixels: incorrect panel icons rendering | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aseigo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maciej Pilichowski
2008-07-15 20:50:50 UTC
The issue here is that Plasma::Icon does not deal with the enlarged icons properly. The Panel shouldn't magically double in size because of this setting - the icons on the panel adapt to the size the panel gives them. However, Plasma::Icon isn't taking into account that this setting makes the icon twice as wide and twice as high as it asked for. *** Bug 166659 has been marked as a duplicate of this bug. *** I've noticed that Dolphin, for example, can't deal with this setting either. I'm not sure it should exist at all. The default icon sizes should just be made bigger if the user wants bigger icons. double sized pixel icons are now gone; the a11y people say they were obsoleted by things like monochrom icons and the kwin zoom tools. |