Skip to content

Commit

Permalink
ticket:4325 Enable Preserve User's GUI Customizations by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Mar 16, 2017
1 parent fbe98a6 commit 8eda82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Options/OptionsDialog.cpp
Expand Up @@ -1504,6 +1504,7 @@ GeneralSettingsPage::GeneralSettingsPage(OptionsDialog *pOptionsDialog)
mpToolbarIconSizeSpinBox->setValue(24);
// Store Customizations Option
mpPreserveUserCustomizations = new QCheckBox(tr("Preserve User's GUI Customizations"));
mpPreserveUserCustomizations->setChecked(true);
// terminal command
mpTerminalCommandLabel = new Label(tr("Terminal Command:"));
mpTerminalCommandTextBox = new QLineEdit;
Expand Down

0 comments on commit 8eda82d

Please sign in to comment.