the toolbox icons also need the background
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756932
This commit is contained in:
parent
f07d73ff53
commit
41a5e62f79
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user