--- a/eric6/Preferences/ProgramsDialog.ui Tue Feb 18 19:38:58 2020 +0100 +++ b/eric6/Preferences/ProgramsDialog.ui Wed Feb 19 19:38:36 2020 +0100 @@ -37,15 +37,16 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QCheckBox" name="showUnavailableCheckBox"> - <property name="toolTip"> - <string>Select to show unavailable but supported tools as well</string> - </property> + <widget class="QLabel" name="label"> <property name="text"> - <string>Show unavailable tools</string> + <string>Show:</string> </property> - <property name="checked"> - <bool>true</bool> + </widget> + </item> + <item> + <widget class="QComboBox" name="showComboBox"> + <property name="toolTip"> + <string>Select the kind of tools to show</string> </property> </widget> </item>