diff --git a/src/Mod/Start/Gui/DlgStartPreferences.ui b/src/Mod/Start/Gui/DlgStartPreferences.ui index d5a8167474..91f4f1565b 100644 --- a/src/Mod/Start/Gui/DlgStartPreferences.ui +++ b/src/Mod/Start/Gui/DlgStartPreferences.ui @@ -6,8 +6,8 @@ 0 0 - 476 - 743 + 482 + 769 @@ -533,6 +533,29 @@ + + + + Use gradient for New File icon + + + + + + + Qt::RightToLeft + + + + + + NewFileGradient + + + Mod/Start + + + diff --git a/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp b/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp index b4a8eca936..d9e4ea5911 100644 --- a/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp +++ b/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp @@ -97,6 +97,7 @@ void DlgStartPreferencesImp::saveSettings() checkBox_3->onSave(); checkBox_4->onSave(); checkBox_5->onSave(); + checkBox_6->onSave(); lineEdit->onSave(); spinBox->onSave(); } @@ -126,6 +127,7 @@ void DlgStartPreferencesImp::loadSettings() checkBox_3->onRestore(); checkBox_4->onRestore(); checkBox_5->onRestore(); + checkBox_6->onRestore(); lineEdit->onRestore(); spinBox->onRestore(); } diff --git a/src/Mod/Start/StartPage/StartPage.py b/src/Mod/Start/StartPage/StartPage.py index 79d1ab3c25..74d058e203 100644 --- a/src/Mod/Start/StartPage/StartPage.py +++ b/src/Mod/Start/StartPage/StartPage.py @@ -304,7 +304,10 @@ def handle(): SECTION_RECENTFILES += "