fix: don't show what's this button from setting dialog.

This commit is contained in:
Gary Wang 2020-08-10 23:42:43 +08:00
parent 3b94eecde2
commit dc82115e1f

View File

@ -42,6 +42,7 @@ SettingsDialog::SettingsDialog(QWidget *parent)
}); });
this->setMinimumSize(300, 61); // not sure why it complain "Unable to set geometry" this->setMinimumSize(300, 61); // not sure why it complain "Unable to set geometry"
setWindowFlag(Qt::WindowContextHelpButtonHint, false);
} }
SettingsDialog::~SettingsDialog() SettingsDialog::~SettingsDialog()