SVN commit 985877 by repinc: Use the default desktop size of icons in the tooltip instead of the same size as in the widget P.S. While testing this I noticed that Folder View widget doesn't react too well to changing the setting for desktop icon size M +1 -1 quicklaunchIcon.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/quicklaunch/quicklaunchIcon.cpp #985876:985877 @@ -102,7 +102,7 @@ Plasma::ToolTipContent toolTip; toolTip.setMainText(m_text); toolTip.setSubText(m_genericName); - toolTip.setImage(icon().pixmap(m_iconSize)); + toolTip.setImage(icon()); Plasma::ToolTipManager::self()->setContent(this, toolTip); }