[view] fix: management panel not fully maximizing when moved from a different display device with a higher resolution

This commit is contained in:
Vinicius Moreira
2022-10-25 07:54:59 -03:00
parent ea40e4f0b7
commit 361afb108b

View File

@@ -457,7 +457,6 @@ class ManageWindow(QWidget):
self.thread_load_installed = NotifyInstalledLoaded()
self.thread_load_installed.signal_loaded.connect(self._finish_loading_installed)
self.setMinimumHeight(int(screen_size.height() * 0.5))
self.setMaximumHeight(int(screen_size.height()))
self.setMinimumWidth(int(screen_size.width() * 0.5))
self._register_groups()