forked from qt-creator/qt-creator
Options dialog: Further polishing.
Task-number: QTCREATOR-26
This commit is contained in:
@@ -184,6 +184,7 @@ SettingsDialog::SettingsDialog(QWidget *parent, const QString &categoryId,
|
||||
m_applied(false)
|
||||
{
|
||||
setupUi(this);
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
#ifdef Q_OS_MAC
|
||||
setWindowTitle(tr("Preferences"));
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user