[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

@@ -11,6 +11,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- uninstall: - uninstall:
- displaying hard and unnecessary requirements versions and descriptions - displaying hard and unnecessary requirements versions and descriptions
- Debian
- uninstall: dependencies dialog size
- General - General
- code refactoring - code refactoring

View File

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