Skip to content
Snippets Groups Projects
Commit 0f8db625 authored by Kien Le's avatar Kien Le
Browse files

Remove static window size

parent fa6b7e07
No related branches found
No related tags found
1 merge request!218Fix program not fitting on low resolution screens
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment