--- a/eric7/CondaInterface/CondaPackagesWidget.py Tue Sep 14 18:07:27 2021 +0200 +++ b/eric7/CondaInterface/CondaPackagesWidget.py Tue Sep 14 18:08:32 2021 +0200 @@ -49,6 +49,8 @@ super().__init__(parent) self.setupUi(self) + self.layout().setContentsMargins(0, 3, 0, 0) + self.__conda = conda if not CondaInterface.isCondaAvailable():