mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
Fix: resizing after app filter is checked
This commit is contained in:
@@ -226,6 +226,9 @@ class ManageWindow(QWidget):
|
|||||||
app['visible'] = not hidden
|
app['visible'] = not hidden
|
||||||
|
|
||||||
self.change_update_state()
|
self.change_update_state()
|
||||||
|
self._change_table_headers_policy(QHeaderView.Stretch)
|
||||||
|
self._change_table_headers_policy()
|
||||||
|
self.resize_and_center()
|
||||||
|
|
||||||
def change_update_state(self):
|
def change_update_state(self):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user