8603:b510b7696cc5 | 8604:d25390ea2f19 |
---|---|
46 @param parent reference to the parent widget | 46 @param parent reference to the parent widget |
47 @type QWidget | 47 @type QWidget |
48 """ | 48 """ |
49 super().__init__(parent) | 49 super().__init__(parent) |
50 self.setupUi(self) | 50 self.setupUi(self) |
51 | |
52 self.layout().setContentsMargins(0, 3, 0, 0) | |
51 | 53 |
52 self.__conda = conda | 54 self.__conda = conda |
53 | 55 |
54 if not CondaInterface.isCondaAvailable(): | 56 if not CondaInterface.isCondaAvailable(): |
55 self.baseWidget.hide() | 57 self.baseWidget.hide() |