diff -r 64df9e2f6240 -r a2529214787a src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py --- a/src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py Sat May 10 18:36:01 2025 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py Sat May 10 18:39:45 2025 +0200 @@ -237,15 +237,12 @@ self.helpViewerCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) self.helpViewerCheckBox.setObjectName("helpViewerCheckBox") self.gridLayout_4.addWidget(self.helpViewerCheckBox, 0, 1, 1, 1) - self.condaCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) - self.condaCheckBox.setObjectName("condaCheckBox") - self.gridLayout_4.addWidget(self.condaCheckBox, 1, 0, 1, 1) self.pypiCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) self.pypiCheckBox.setObjectName("pypiCheckBox") - self.gridLayout_4.addWidget(self.pypiCheckBox, 1, 1, 1, 1) + self.gridLayout_4.addWidget(self.pypiCheckBox, 1, 0, 1, 1) self.microPythonCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) self.microPythonCheckBox.setObjectName("microPythonCheckBox") - self.gridLayout_4.addWidget(self.microPythonCheckBox, 2, 0, 1, 1) + self.gridLayout_4.addWidget(self.microPythonCheckBox, 1, 1, 1, 1) self.verticalLayout.addWidget(self.leftRightGroupBox) self.groupBox_11 = QtWidgets.QGroupBox(parent=self.groupBox_3) self.groupBox_11.setObjectName("groupBox_11") @@ -295,8 +292,7 @@ InterfacePage.setTabOrder(self.fileBrowserCheckBox, self.symbolsCheckBox) InterfacePage.setTabOrder(self.symbolsCheckBox, self.codeDocumentationViewerCheckBox) InterfacePage.setTabOrder(self.codeDocumentationViewerCheckBox, self.helpViewerCheckBox) - InterfacePage.setTabOrder(self.helpViewerCheckBox, self.condaCheckBox) - InterfacePage.setTabOrder(self.condaCheckBox, self.pypiCheckBox) + InterfacePage.setTabOrder(self.helpViewerCheckBox, self.pypiCheckBox) InterfacePage.setTabOrder(self.pypiCheckBox, self.microPythonCheckBox) InterfacePage.setTabOrder(self.microPythonCheckBox, self.numbersCheckBox) InterfacePage.setTabOrder(self.numbersCheckBox, self.resetLayoutButton) @@ -364,8 +360,6 @@ self.codeDocumentationViewerCheckBox.setText(_translate("InterfacePage", "Code Documentation Viewer")) self.helpViewerCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Help Viewer widget")) self.helpViewerCheckBox.setText(_translate("InterfacePage", "Help Viewer")) - self.condaCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the conda package manager widget")) - self.condaCheckBox.setText(_translate("InterfacePage", "Conda Package Manager")) self.pypiCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the PyPI package manager widget")) self.pypiCheckBox.setText(_translate("InterfacePage", "PyPI Package Manager")) self.microPythonCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the MicroPython widget"))