Bug 166646

Summary: plasmoid handle width is hardcoded (double size pixels)
Product: [Plasma] plasma4 Reporter: Maciej Pilichowski <bluedzins>
Component: generalAssignee: Loic Marteau <loic.marteau>
Status: RESOLVED FIXED    
Severity: normal CC: kneczaj
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Maciej Pilichowski 2008-07-15 19:08:53 UTC
Version:            (using Devel)
Installed from:    Compiled sources

plasmoid handle width is hardcoded (double size pixels)

Go to sys.settings and use double pixel size for icons. It will change the icon size in handle (as expected) but not the handle width --> bug.
Comment 1 Maciej Pilichowski 2008-07-15 19:18:22 UTC
Toolbar is affected, as well tabbar, panel, systemsettings, buttons, you name it. Should I post multi-reports or this one will suffice?

Systray and taskbar seem ok :-)
Comment 2 Aaron J. Seigo 2008-07-15 19:47:43 UTC
a report per affected item, since they will each require different fixes
Comment 3 Jérôme SONRIER 2008-07-15 22:01:19 UTC
I can confirm these bugs are still present in trunk, revision 830898.
Comment 4 Loic Marteau 2008-07-15 22:37:31 UTC
Patch to fix this bug available in the plasma review board.
http://reviewboard.vidsolbach.de/r/76/
Need approval to commit

Cheers
Comment 5 Loic Marteau 2008-07-16 05:53:35 UTC
SVN commit 833032 by lmarteau:

use the system size icons instead of an harcoded one
BUG:166646
CCMAIL:panel-devel@kde.org
if it should be backported to 4.1 branche can someone do this ? Thanks !


 M  +29 -21    applethandle.cpp  
 M  +2 -3      applethandle_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=833032
Comment 6 Kamil Neczaj 2008-09-23 17:09:12 UTC
I can't understand what is aim of option 'double-sized pixels'. Does someone use it?