Bug 166658

Summary: double sized-pixels: incorrect panel icons rendering
Product: [Plasma] plasma4 Reporter: Maciej Pilichowski <bluedzins>
Component: panelAssignee: 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:

Description Maciej Pilichowski 2008-07-15 20:50:50 UTC
Version:            (using Devel)
Installed from:    Compiled sources

double sized-pixels: incorrect panel icons rendering

 Originated from: http://bugs.kde.org/show_bug.cgi?id=166646#c2 
 
 Go to sys.settings and use double pixel size for icons. It will change the icon size but not the element (like Kmenu) size nor panel itself -- so icons are cut in half (heigt) and in half they overlap (horizontally).

This bug does not affect taskbar and systray.
Comment 1 Alex Merry 2008-08-12 20:55:34 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.
Comment 2 Alex Merry 2008-08-12 20:55:56 UTC
*** Bug 166659 has been marked as a duplicate of this bug. ***
Comment 3 Alex Merry 2008-08-12 21:02:01 UTC
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.
Comment 4 Aaron J. Seigo 2008-11-20 08:17:46 UTC
double sized pixel icons are now gone; the a11y people say they were obsoleted by things like monochrom icons and the kwin zoom tools.