diff --git a/sohstationviewer/view/ui/main_ui.py b/sohstationviewer/view/ui/main_ui.py index 0821f40fdc43eecb8c5cb7490b6c60a341b1cb5f..059347accbdc2c60a4fce6712feb05274cb1bfb1 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)