From 41a5e62f790ab7b9a864e21fabac0583730506bb Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 3 Jan 2008 22:33:27 +0000 Subject: [PATCH] the toolbox icons also need the background svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756932 --- containment.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/containment.cpp b/containment.cpp index 8483576e5..f8475aceb 100644 --- a/containment.cpp +++ b/containment.cpp @@ -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);