mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 14:24:16 +02:00
[view.qt] fix: wrong widgets centralisation issue
This commit is contained in:
@@ -79,6 +79,7 @@ class SettingsWindow(QWidget):
|
||||
|
||||
self.thread_reload_panel = ReloadManagePanel(manager=manager)
|
||||
self.thread_reload_panel.signal_finished.connect(self._reload_manage_panel)
|
||||
centralize(self)
|
||||
|
||||
def show(self):
|
||||
super(SettingsWindow, self).show()
|
||||
|
||||
Reference in New Issue
Block a user