configure_dialog: Remove the Whats This? button from the dialog

merge-requests/60/head
Lioncash 2019-05-09 03:20:13 +07:00
parent 75a8b304d4
commit f3c18d622e
1 changed files with 4 additions and 0 deletions

@ -17,8 +17,12 @@ ConfigureDialog::ConfigureDialog(QWidget* parent, HotkeyRegistry& registry)
ui->hotkeysTab->Populate(registry);
this->setConfiguration();
this->PopulateSelectionList();
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
connect(ui->selectorList, &QListWidget::itemSelectionChanged, this,
&ConfigureDialog::UpdateVisibleTabs);
adjustSize();
ui->selectorList->setCurrentRow(0);