Bug 227597

Summary: Second line of applet description is cutted
Product: [Applications] amarok Reporter: Kostya Sha <gentoo.integer>
Component: Context ViewAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: normal CC: lfranchi, mstu, simon.esneault
Priority: NOR    
Version: 2.3-GIT   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Applet description text is cutted

Description Kostya Sha 2010-02-18 23:32:36 UTC
Created attachment 40908 [details]
Applet description text is cutted

Second line of applet description is cutted 
(Build Date: Feb 17 2010)
Comment 1 Myriam Schweingruber 2010-02-19 02:16:06 UTC
Confirmed.
Comment 2 Leo Franchi 2010-02-22 05:55:31 UTC
huh, having trouble reproducing here. this is what it looks like for me:

http://imagebin.ca/view/7cwFxY.html
Comment 3 Myriam Schweingruber 2010-02-22 09:14:46 UTC
well, you seem to be the only one with a ContextView that shows everything correctly. I can reproduce every layout issues reported so far. Using the default KDE settings for theme and style.
Comment 4 Myriam Schweingruber 2010-02-23 16:29:04 UTC
*** Bug 228182 has been marked as a duplicate of this bug. ***
Comment 5 Nikolaj Hald Nielsen 2010-03-10 17:09:38 UTC
commit aa0203e3f57b8f71a278f01412e1b126aedf1c94
Author: Nikolaj Hald Nielsen <nhn@kde.org>
Date:   Wed Mar 10 17:02:14 2010 +0100

    Make the applet explorer 10 pixels taller as this allows enough vertical space for icons with 2 lines of text.
    
    Really this stuff should be variable depending on the tallest icon in the list, but this would be too intrusive for this close to tagging/release.
    BUG: 227597

diff --git a/src/context/widgets/appletexplorer/AppletExplorer.cpp b/src/context/widgets/appletexplorer/AppletExplorer.cpp
index 78acfbd..88aa2c1 100644
--- a/src/context/widgets/appletexplorer/AppletExplorer.cpp
+++ b/src/context/widgets/appletexplorer/AppletExplorer.cpp
@@ -38,7 +38,7 @@
 #include <QStyleOptionGraphicsItem>
 #include <QSizePolicy>
 
-#define HEIGHT 120
+#define HEIGHT 130
 #define ICON_SIZE 16