[view] improvement: auto-resizing the management panel when filters are applied

This commit is contained in:
Vinicius Moreira
2022-05-27 15:01:22 -03:00
parent 4cc602e54d
commit f64d2abfc7
2 changed files with 3 additions and 1 deletions

View File

@@ -29,7 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- description limit: 18% - description limit: 18%
- publisher limit: 12% - publisher limit: 12%
- version: the limit for displaying both the installed and latest versions is 22% (otherwise just the latest version will be displayed) - 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 - Settings
- new property to disable SSL checking when downloading files (disabled by default) - new property to disable SSL checking when downloading files (disabled by default)

View File

@@ -518,6 +518,7 @@ class ManageWindow(QWidget):
def _finish_apply_filters(self): def _finish_apply_filters(self):
self._finish_action(ACTION_APPLY_FILTERS) self._finish_action(ACTION_APPLY_FILTERS)
self.update_bt_upgrade() self.update_bt_upgrade()
self._resize()
def stop_notifying_package_states(self): def stop_notifying_package_states(self):
if self.thread_notify_pkgs_ready.isRunning(): if self.thread_notify_pkgs_ready.isRunning():