mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[view] improvement: auto-resizing the management panel when filters are applied
This commit is contained in:
@@ -29,6 +29,7 @@ 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)
|
||||
|
||||
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user