kcmkwin/kwinscripts: Hide help button
There is no help for this KCM, so don't show the Help button. BUG: 442460 FIXED-IN: 5.23
This commit is contained in:
parent
b376f8832f
commit
095f953847
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ Module::Module(QWidget *parent, const QVariantList &args) :
|
|||
about->addAuthor(i18n("Tamás Krutki"));
|
||||
setAboutData(about);
|
||||
|
||||
// Hide the help button, because there is no help
|
||||
setButtons(Apply | Default);
|
||||
|
||||
ui->setupUi(this);
|
||||
|
||||
ui->messageWidget->hide();
|
||||
|
|
Loading…
Reference in a new issue