diff -r b510b7696cc5 -r d25390ea2f19 eric7/PluginManager/PluginRepositoryDialog.py --- a/eric7/PluginManager/PluginRepositoryDialog.py Tue Sep 14 18:07:27 2021 +0200 +++ b/eric7/PluginManager/PluginRepositoryDialog.py Tue Sep 14 18:08:32 2021 +0200 @@ -93,6 +93,9 @@ self.__external = False self.__integratedWidget = integrated + if integrated: + self.layout().setContentsMargins(0, 3, 0, 0) + self.__updateButton = self.buttonBox.addButton( self.tr("Update"), QDialogButtonBox.ButtonRole.ActionRole) self.__downloadButton = self.buttonBox.addButton(