From 954f25c36eb8161d733f13c2b835665b79a343fd Mon Sep 17 00:00:00 2001 From: "Daniel M. Duley" Date: Sat, 25 Mar 2000 23:14:21 +0000 Subject: [PATCH] Less useless space between buttons. svn path=/trunk/kdebase/kwin/; revision=44709 --- clients/system/systemclient.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/clients/system/systemclient.cpp b/clients/system/systemclient.cpp index aa91873a61..3eebb8a1ed 100644 --- a/clients/system/systemclient.cpp +++ b/clients/system/systemclient.cpp @@ -232,13 +232,14 @@ SystemClient::SystemClient( Workspace *ws, WId w, QWidget *parent, connect( button[2], SIGNAL( clicked() ), this, ( SLOT( iconify() ) ) ); connect( button[3], SIGNAL( clicked() ), this, ( SLOT( maximize() ) ) ); - QHBoxLayout* hb = new QHBoxLayout(); + QHBoxLayout* hb = new QHBoxLayout(0); hb->setResizeMode(QLayout::FreeResize); g->addLayout( hb, 0, 1 ); - hb->addSpacing(2); + hb->addSpacing(3); hb->addWidget( button[0]); titlebar = new QSpacerItem(10, 14, QSizePolicy::Expanding, QSizePolicy::Minimum); + hb->addSpacing(3); hb->addItem(titlebar); hb->addSpacing(3); if(help){