the toolbox icons also need the background

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756932
This commit is contained in:
Aaron J. Seigo 2008-01-03 22:33:27 +00:00
parent f07d73ff53
commit 41a5e62f79

View File

@ -827,6 +827,7 @@ Plasma::Widget * Containment::addToolBoxTool(const QString& toolName, const QStr
{
Plasma::Icon *tool = new Plasma::Icon(this);
tool->setDrawBackground(true);
tool->setIcon(KIcon(iconName));
tool->setText(iconText);
tool->setOrientation(Qt::Horizontal);