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:
|
case Horizontal:
|
||||||
lay = new BoxLayout(BoxLayout::LeftToRight, this);
|
lay = new BoxLayout(BoxLayout::LeftToRight, this);
|
||||||
lay->setMargin(0);
|
lay->setMargin(0);
|
||||||
lay->setSpacing(0);
|
lay->setSpacing(4);
|
||||||
break;
|
break;
|
||||||
case Vertical:
|
case Vertical:
|
||||||
lay = new BoxLayout(BoxLayout::TopToBottom, this);
|
lay = new BoxLayout(BoxLayout::TopToBottom, this);
|
||||||
lay->setMargin(0);
|
lay->setMargin(0);
|
||||||
lay->setSpacing(0);
|
lay->setSpacing(4);
|
||||||
break;
|
break;
|
||||||
case MediaCenter:
|
case MediaCenter:
|
||||||
//FIXME: need a layout type here!
|
//FIXME: need a layout type here!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user