Bug 264606

Summary: quicklaunch widget overlap onto other widgets
Product: [Plasma] plasma4 Reporter: Carlo Segato <brandon.ml>
Component: widget-quicklaunchAssignee: Ingomar Wesp <ingomar>
Status: RESOLVED FIXED    
Severity: normal CC: ingomar, plasma-bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot

Description Carlo Segato 2011-01-28 10:44:56 UTC
Version:           unspecified (using KDE 4.6.0) 
OS:                Linux

before 4.6 the quicklaunch icons shrinked themselves(not multiple row but the icon size was dynamic) if there wasn't enough space, now instead it just overlaps sibling widgets
this happen when I have more than 3 programs listed in the taskbar

Reproducible: Always
Comment 1 Carlo Segato 2011-01-28 10:45:54 UTC
Created attachment 56560 [details]
screenshot
Comment 2 Ingomar Wesp 2011-03-29 05:47:25 UTC
Git commit 284de0012485b01defc73bde121d1b918ee75615 by Ingomar Wesp.
Committed on 29/03/2011 at 05:26.
Pushed by iwesp into branch 'master'.

Provide a proper minimumSize hint (preferredWidth for horizontal form factors,
preferredHeight for vertical ones).

CCBUG: 264606
CCBUG: 269419

M  +7    -1    plasma/generic/applets/quicklaunch/icongridlayout.cpp     
M  +1    -1    plasma/generic/applets/quicklaunch/plasma-applet-quicklaunch.desktop     

http://commits.kde.org/kde-workspace/284de0012485b01defc73bde121d1b918ee75615
Comment 3 Ingomar Wesp 2011-03-29 05:52:27 UTC
Git commit 6b033466e0ce885eea3715eae70d7c08bac0bb4c by Ingomar Wesp.
Committed on 29/03/2011 at 05:54.
Pushed by iwesp into branch 'KDE/4.6'.

Backport to 4.6: Provide a proper minimumSize hint (preferredWidth for
horizontal form factors, preferredHeight for vertical ones).

CCBUG: 264606
CCBUG: 269419

M  +7    -1    plasma/generic/applets/quicklaunch/icongridlayout.cpp     
M  +1    -2    plasma/generic/applets/quicklaunch/plasma-applet-quicklaunch.desktop     

http://commits.kde.org/kde-workspace/6b033466e0ce885eea3715eae70d7c08bac0bb4c
Comment 4 Ingomar Wesp 2011-03-29 05:58:19 UTC
Should be fixed in master and the 4.6 branch.