[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

@@ -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():