a little bit of spacing in the panel between items makes the baby happy.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738948
This commit is contained in:
Aaron J. Seigo 2007-11-20 00:44:29 +00:00
parent 060144d623
commit 9b29f430db

View File

@ -274,12 +274,12 @@ void Containment::setFormFactor(FormFactor formFactor)
case Horizontal:
lay = new BoxLayout(BoxLayout::LeftToRight, this);
lay->setMargin(0);
lay->setSpacing(0);
lay->setSpacing(4);
break;
case Vertical:
lay = new BoxLayout(BoxLayout::TopToBottom, this);
lay->setMargin(0);
lay->setSpacing(0);
lay->setSpacing(4);
break;
case MediaCenter:
//FIXME: need a layout type here!