eric7/PluginManager/PluginRepositoryDialog.py

branch
eric7
changeset 8604
d25390ea2f19
parent 8597
57cdd880326b
child 8644
4a84adb1216a
equal deleted inserted replaced
8603:b510b7696cc5 8604:d25390ea2f19
90 self.__external = True 90 self.__external = True
91 else: 91 else:
92 self.__pluginManager = pluginManager 92 self.__pluginManager = pluginManager
93 self.__external = False 93 self.__external = False
94 self.__integratedWidget = integrated 94 self.__integratedWidget = integrated
95
96 if integrated:
97 self.layout().setContentsMargins(0, 3, 0, 0)
95 98
96 self.__updateButton = self.buttonBox.addButton( 99 self.__updateButton = self.buttonBox.addButton(
97 self.tr("Update"), QDialogButtonBox.ButtonRole.ActionRole) 100 self.tr("Update"), QDialogButtonBox.ButtonRole.ActionRole)
98 self.__downloadButton = self.buttonBox.addButton( 101 self.__downloadButton = self.buttonBox.addButton(
99 self.tr("Download"), QDialogButtonBox.ButtonRole.ActionRole) 102 self.tr("Download"), QDialogButtonBox.ButtonRole.ActionRole)

eric ide

mercurial