From 29f096297bd8e4fbf9834cf4df6eb1fc7dbf5adb Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Thu, 7 Apr 2022 14:35:52 -0300 Subject: [PATCH] [debian] improvement: uninstall: dependencies dialog size (uninstall) --- CHANGELOG.md | 3 +++ bauh/gems/debian/gui.py | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0580ee00..e678bd9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - uninstall: - displaying hard and unnecessary requirements versions and descriptions +- Debian + - uninstall: dependencies dialog size + - General - code refactoring diff --git a/bauh/gems/debian/gui.py b/bauh/gems/debian/gui.py index 6c131649..76555737 100644 --- a/bauh/gems/debian/gui.py +++ b/bauh/gems/debian/gui.py @@ -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: