mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Minor window fixes
* Remove some more "What's this?" buttons * Add some missing titles
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
PadMappingDialog::PadMappingDialog(QWidget* parent) : QDialog(parent)
|
||||
{
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
setWindowTitle(tr("Assign Controllers"));
|
||||
|
||||
CreateWidgets();
|
||||
ConnectWidgets();
|
||||
|
Reference in New Issue
Block a user