svn path=/trunk/kdebase/kwin/; revision=59131
This commit is contained in:
Kurt Granroth 2000-07-28 22:38:16 +00:00
parent d7d265452b
commit 6169229047

View file

@ -433,7 +433,7 @@ StdToolClient::StdToolClient( Workspace *ws, WId w, QWidget *parent, const char
g->addColSpacing(0, 1);
g->addColSpacing(2, 1);
g->addRowoSpacing(2, 2);
g->addRowSpacing(2, 2);
closeBtn = new QToolButton( this );
connect( closeBtn, SIGNAL( clicked() ), this, ( SLOT( closeWindow() ) ) );