Bug 321257

Summary: minor regresion in QML version with vertical spacing
Product: [Plasma] plasma4 Reporter: bill p. (aka google01103) <dweeble01103>
Component: widget-taskbarAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED DUPLICATE    
Severity: minor CC: hein
Priority: NOR    
Version: 4.10.80   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description bill p. (aka google01103) 2013-06-17 09:46:46 UTC
The vertical space required to force 2 rows to appear is greater than the earlier version (non-QML), also at that point the system tray now switches to 2 rows whereas earlier it stayed as a single row. Not a lot of additional space used but enough to notice

Not much of a regression/bug but just thought I'd document it

Reproducible: Always
Comment 1 Eike Hein 2013-06-17 22:01:06 UTC
This is intentional behavior - the new applet is a little stricter about not using row configurations that it doesn't have the space to look nice in. This also simplifies the code (and so makes it less error-prone) because both the opportunistic and the user-directed row overflow use the same thresholds when calculating just how many rows can fit. However, it's true that it would be nice to wrap consistently with the tray.
Comment 2 bill p. (aka google01103) 2013-06-17 22:13:41 UTC
be nice to use a little less vertical space, obviously not a biggy and thanks for the reply
Comment 3 Eike Hein 2013-07-27 17:14:36 UTC

*** This bug has been marked as a duplicate of bug 321849 ***