[view.qt] fix: wrong widgets centralisation issue

This commit is contained in:
Vinicius Moreira
2023-11-29 12:26:46 -03:00
parent 442ef76035
commit c2c17e63ac
4 changed files with 7 additions and 1 deletions

View File

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