--- a/eric7/CondaInterface/CondaInfoDialog.py Sat Jan 22 17:03:25 2022 +0100 +++ b/eric7/CondaInterface/CondaInfoDialog.py Mon Jan 24 18:43:38 2022 +0100 @@ -133,6 +133,3 @@ if "offline" in infoDict: self.offlineCheckBox.setChecked( infoDict["offline"]) - - msh = self.minimumSizeHint() - self.resize(max(self.width(), msh.width()), msh.height())