Browse Source
Merge pull request #2459 from lioncash/what
configure_dialog: Remove the Whats This? button from the dialog
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
src/yuzu/configuration/configure_dialog.cpp
|
|
|
@ -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); |
|
|
|
|
|
|
|
|