[debian] improvement: uninstall: dependencies dialog size (uninstall)

This commit is contained in:
Vinicius Moreira
2022-04-07 14:35:52 -03:00
parent 8cea0318ac
commit 29f096297b
2 changed files with 4 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ class DebianViewBridge:
components=[body_text, deps_container],
confirmation_label=self._i18n['popup.button.continue'],
deny_label=self._i18n['popup.button.cancel'],
min_height=200,
body=None)
def confirm_purge(self, pkg_name: str, watcher: ProcessWatcher) -> bool: