Bug 166658 - double sized-pixels: incorrect panel icons rendering
Summary: double sized-pixels: incorrect panel icons rendering
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: panel (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-15 20:50 UTC by Maciej Pilichowski
Modified: 2008-11-20 08:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.