eric7/CondaInterface/CondaInfoDialog.py

branch
eric7
changeset 8931
556613adedc0
parent 8881
54e42bc2437a
--- 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())

eric ide

mercurial