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:
parent
060144d623
commit
9b29f430db
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user