Remove Static Window Size

Enables application window to be dynamically changed as needed.
This commit is contained in:
Mark
2021-11-14 20:05:32 -05:00
committed by GitHub
parent 9f5b1f9875
commit fc98dcec7b

View File

@@ -1340,7 +1340,6 @@ class MainWindow(QtWidgets.QMainWindow):
self.dockbarThree.chatBox.receiveMessage(message)
def initializeLayout(self) -> None:
self.setMinimumSize(1600, 960)
self.restoreGeometry(self.SETTINGS.value("MainWindow/Geometry"))
self.restoreState(self.SETTINGS.value("MainWindow/WindowState"))