Actually, the patch from #57690 is right too, there was no support for spacers.

svn path=/trunk/kdebase/kwin/; revision=222733
This commit is contained in:
Luboš Luňák 2003-04-29 11:45:08 +00:00
parent c1fc368392
commit dbc0817e28

View file

@ -502,6 +502,10 @@ void B2Client::addButtons(const QString& s, const QString tips[],
this, SLOT(closeWindow()));
titleLayout->addWidget(button[BtnClose]);
}
break;
case '_': // Additional spacing
titleLayout->addSpacing(4);
break;
}
}
}