From 0f8db6259093483e879f3e95a4cd8e48bb311622 Mon Sep 17 00:00:00 2001 From: kienle <kienle@passcal.nmt.edu> Date: Fri, 3 Nov 2023 16:05:13 -0600 Subject: [PATCH] Remove static window size --- sohstationviewer/view/ui/main_ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sohstationviewer/view/ui/main_ui.py b/sohstationviewer/view/ui/main_ui.py index 0821f40fd..059347acc 100755 --- a/sohstationviewer/view/ui/main_ui.py +++ b/sohstationviewer/view/ui/main_ui.py @@ -279,7 +279,6 @@ class UIMainWindow(object): :param main_window: QMainWindow - main GUI for user to interact with """ self.main_window = main_window - main_window.resize(1798, 1110) main_window.setWindowTitle("SOH Station Viewer") self.central_widget = QWidget(main_window) main_window.setCentralWidget(self.central_widget) -- GitLab