Bug 194172

Summary: please return "rows/columns" config options for quicklaunch plasmoid
Product: [Plasma] plasma4 Reporter: anton <benderamp>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: my quicklaunch on the desktop

Description anton 2009-05-26 17:25:44 UTC
Version:            (using KDE 4.2.85)
OS:                Linux
Installed from:    SuSE RPMs

In 4.2 quicklaunch plasmoid could be configured by setting number of rows and columns. Now in 4.3 this has changed - the new options are icon size and another icon size, so number of rows/columns would be calculated automatically depending on the plasmoid size.

I suppose this is ok for the users, who have this plasmoid on the panel, but for my personal (probably not so popular) usecase (I add it not to the panel, but directly to the desktop - see attached screenshot) this brings sensitive inconvenience while trying to set its size.

To understand what I mean, the best would be to try to put plasmoid on desktop and to try to make it look like mine on the screenshot (in short, once plasmoid is narrowed with mouse, the icons also become small, but when the plasmoid is stretched back, the icons remain small and try to layout in multiple rows).


So, I see 2 options for feature request:
1. Return rows/column config options (not to replace existing size, but allow to switch between those 2 different layout policies) - so the icon sizes would follow the plasmoid size and would always lay in one row.

2. Do not make icons smaller, than the specified in the config dialog icon size, when resizing the plasmoid with the mouse - this would also put a constraint on plasmoid minimum size

Thank's
Comment 1 anton 2009-05-26 17:26:46 UTC
Created attachment 34025 [details]
my quicklaunch on the desktop
Comment 2 Aaron J. Seigo 2009-05-26 19:22:34 UTC
SVN commit 973249 by aseigo:

fix things for planar formfactors:

* set a rational initial size
* keep the icon setting in a different var than the actual icon size so we can return back to the preferred size if/when there is room
* don't limit the size of the icon when in a non-hor/vert form factor since we can freely scale there

BUG:194172



 M  +20 -9     quicklaunchApplet.cpp  
 M  +1 -0      quicklaunchApplet.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=973249