--- a/eric7/UI/FindLocationWidget.ui Tue Dec 21 12:14:24 2021 +0100 +++ b/eric7/UI/FindLocationWidget.ui Tue Dec 21 15:21:28 2021 +0100 @@ -95,34 +95,30 @@ </layout> </item> <item> - <layout class="QHBoxLayout"> - <item> - <widget class="QCheckBox" name="projectCheckBox"> - <property name="toolTip"> - <string>Select to search in the project path</string> - </property> - <property name="text"> - <string>Search in &project</string> - </property> - <property name="shortcut"> - <string>Alt+P</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="syspathCheckBox"> - <property name="toolTip"> - <string>Select to search in sys.path</string> - </property> - <property name="text"> - <string>Search in &sys.path</string> - </property> - <property name="shortcut"> - <string>Alt+S</string> - </property> - </widget> - </item> - </layout> + <widget class="QCheckBox" name="projectCheckBox"> + <property name="toolTip"> + <string>Select to search in the project path</string> + </property> + <property name="text"> + <string>Search in &project</string> + </property> + <property name="shortcut"> + <string>Alt+P</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="syspathCheckBox"> + <property name="toolTip"> + <string>Select to search in sys.path</string> + </property> + <property name="text"> + <string>Search in &sys.path</string> + </property> + <property name="shortcut"> + <string>Alt+S</string> + </property> + </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3">