mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[debian] improvement: uninstall: dependencies dialog size (uninstall)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user