use the toolbox background svg for the toolbox background

svn path=/trunk/KDE/kdelibs/; revision=1028014
This commit is contained in:
Marco Martin 2009-09-25 13:30:30 +00:00
parent b3b520f1aa
commit d9d71fcb93

View File

@ -53,7 +53,7 @@ class EmptyGraphicsItem : public QGraphicsItem
m_toolbarBackground = new Plasma::FrameSvg();
m_toolbarBackground->setImagePath("widgets/background");
m_background->setImagePath("widgets/translucentbackground");
m_background->setImagePath("widgets/toolbox");
m_toolbarBackground->setEnabledBorders(FrameSvg::LeftBorder|FrameSvg::RightBorder|FrameSvg::BottomBorder);
m_background->setEnabledBorders(FrameSvg::AllBorders);