diff --git a/sohstationviewer/view/ui/main_ui.py b/sohstationviewer/view/ui/main_ui.py index 95e94eb3b774981bca82621ee8e9785f0c942fad..374a96c2a8ce0830c2dcadf08647c82d1d77e998 100755 --- a/sohstationviewer/view/ui/main_ui.py +++ b/sohstationviewer/view/ui/main_ui.py @@ -366,6 +366,7 @@ class UIMainWindow(object): self.main_window) plot_layout.addWidget(self.plotting_widget) + self.tracking_info_text_browser.setMinimumHeight(60) self.tracking_info_text_browser.setMaximumHeight(80) plot_layout.addWidget(self.tracking_info_text_browser)