mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 05:52:32 -05:00
Merge pull request #5728 from Starsam80/remove-qt-whats-this
Qt: Don't show the Qt "What's this" button
This commit is contained in:
@@ -23,6 +23,7 @@ SettingsWindow::SettingsWindow(QWidget* parent) : QDialog(parent)
|
||||
{
|
||||
// Set Window Properties
|
||||
setWindowTitle(tr("Settings"));
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
resize(720, 600);
|
||||
|
||||
// Main Layout
|
||||
|
||||
Reference in New Issue
Block a user