Fixed a dialog sizing issue in the Conda interface package. eric7

Mon, 24 Jan 2022 18:43:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 24 Jan 2022 18:43:38 +0100
branch
eric7
changeset 8931
556613adedc0
parent 8930
5e3bd6f49a84
child 8933
96301c65ed2e

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())

eric ide

mercurial