Mon, 24 Jan 2022 18:43:38 +0100
Fixed a dialog sizing issue in the Conda interface package.
eric7/CondaInterface/CondaInfoDialog.py | file | annotate | diff | comparison | revisions |
--- 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())