PluginManager/PluginInstallDialog.py

branch
Py2 comp.
changeset 2847
1843ef6e2656
parent 2538
b2642e7a4c18
parent 2824
858412c29c34
child 2911
ce77f0b1ee67
equal deleted inserted replaced
2846:b852fe4d153a 2847:1843ef6e2656
528 """ 528 """
529 super(PluginInstallDialog, self).__init__(parent) 529 super(PluginInstallDialog, self).__init__(parent)
530 self.setSizeGripEnabled(True) 530 self.setSizeGripEnabled(True)
531 531
532 self.__layout = QVBoxLayout(self) 532 self.__layout = QVBoxLayout(self)
533 self.__layout.setMargin(0) 533 self.__layout.setContentsMargins(0, 0, 0, 0)
534 self.setLayout(self.__layout) 534 self.setLayout(self.__layout)
535 535
536 self.cw = PluginInstallWidget(pluginManager, pluginFileNames, self) 536 self.cw = PluginInstallWidget(pluginManager, pluginFileNames, self)
537 size = self.cw.size() 537 size = self.cw.size()
538 self.__layout.addWidget(self.cw) 538 self.__layout.addWidget(self.cw)

eric ide

mercurial