diff -r abe6dd39e4ee -r cada9fd4ad3a eric6/Preferences/ConfigurationPages/ApplicationPage.ui --- a/eric6/Preferences/ConfigurationPages/ApplicationPage.ui Sun Oct 27 15:58:57 2019 +0100 +++ b/eric6/Preferences/ConfigurationPages/ApplicationPage.ui Sun Oct 27 18:09:46 2019 +0100 @@ -237,6 +237,30 @@ </property> </widget> </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Minimum Severity for message dialog:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="msgSeverityComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Select the minimum message severity shown</string> + </property> + </widget> + </item> + </layout> + </item> </layout> </widget> </item> @@ -370,6 +394,7 @@ <tabstop>monthlyCheckRadioButton</tabstop> <tabstop>systemEmailClientCheckBox</tabstop> <tabstop>errorlogCheckBox</tabstop> + <tabstop>msgSeverityComboBox</tabstop> <tabstop>intervalSpinBox</tabstop> <tabstop>backgroundServicesSpinBox</tabstop> </tabstops>