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:
parent
c1fc368392
commit
dbc0817e28
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue