diff --git a/src/Mod/Start/Gui/DlgStartPreferences.ui b/src/Mod/Start/Gui/DlgStartPreferences.ui index 5558383939..1ebc5769b1 100644 --- a/src/Mod/Start/Gui/DlgStartPreferences.ui +++ b/src/Mod/Start/Gui/DlgStartPreferences.ui @@ -43,7 +43,7 @@ - + Displays help tips in the Start workbench Documents tab @@ -184,7 +184,7 @@ By using ";;" to separate paths, you can add several folders here - + Qt::RightToLeft @@ -592,32 +592,6 @@ By using ";;" to separate paths, you can add several folders here - - - - Use gradient for New File icon - - - - - - - If this is selected, the 'New File' icon shows a gradient icon instead of the normal icon - - - Qt::RightToLeft - - - - - - NewFileGradient - - - Mod/Start - - - diff --git a/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp b/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp index 013fe78e3a..5812c8b50b 100644 --- a/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp +++ b/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp @@ -110,7 +110,6 @@ void DlgStartPreferencesImp::saveSettings() ui->checkBox_5->onSave(); ui->checkBox_6->onSave(); ui->checkBox_7->onSave(); - ui->checkBox_8->onSave(); ui->lineEdit->onSave(); ui->spinBox->onSave(); } @@ -142,7 +141,6 @@ void DlgStartPreferencesImp::loadSettings() ui->checkBox_5->onRestore(); ui->checkBox_6->onRestore(); ui->checkBox_7->onRestore(); - ui->checkBox_8->onRestore(); ui->lineEdit->onRestore(); ui->spinBox->onRestore(); }