diff --git a/CHANGELOG.md b/CHANGELOG.md index ea910121..249172bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - description limit: 18% - publisher limit: 12% - version: the limit for displaying both the installed and latest versions is 22% (otherwise just the latest version will be displayed) - + - auto-resizing the management panel when filters are applied + - Settings - new property to disable SSL checking when downloading files (disabled by default) diff --git a/bauh/view/qt/window.py b/bauh/view/qt/window.py index a9fd95ee..dfb90663 100755 --- a/bauh/view/qt/window.py +++ b/bauh/view/qt/window.py @@ -518,6 +518,7 @@ class ManageWindow(QWidget): def _finish_apply_filters(self): self._finish_action(ACTION_APPLY_FILTERS) self.update_bt_upgrade() + self._resize() def stop_notifying_package_states(self): if self.thread_notify_pkgs_ready.isRunning():