don't bother with the text lozenge here

svn path=/trunk/KDE/kdelibs/; revision=952094
This commit is contained in:
Aaron J. Seigo 2009-04-10 21:56:12 +00:00
parent 4c009d93d4
commit 83e4844d52

View File

@ -113,6 +113,7 @@ void ToolBox::addTool(QAction *action)
Plasma::IconWidget *tool = new Plasma::IconWidget(this);
tool->setTextBackgroundColor(QColor());
tool->setAction(action);
tool->setDrawBackground(true);
tool->setOrientation(Qt::Horizontal);