Created attachment 40908 [details] Applet description text is cutted Second line of applet description is cutted (Build Date: Feb 17 2010)
Confirmed.
huh, having trouble reproducing here. this is what it looks like for me: http://imagebin.ca/view/7cwFxY.html
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.
*** Bug 228182 has been marked as a duplicate of this bug. ***
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