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

Change height of main tracking browser

parent 5e9e19fc
No related branches found
No related tags found
1 merge request!218Fix program not fitting on low resolution screens
...@@ -366,6 +366,7 @@ class UIMainWindow(object): ...@@ -366,6 +366,7 @@ class UIMainWindow(object):
self.main_window) self.main_window)
plot_layout.addWidget(self.plotting_widget) plot_layout.addWidget(self.plotting_widget)
self.tracking_info_text_browser.setMinimumHeight(60)
self.tracking_info_text_browser.setMaximumHeight(80) self.tracking_info_text_browser.setMaximumHeight(80)
plot_layout.addWidget(self.tracking_info_text_browser) plot_layout.addWidget(self.tracking_info_text_browser)
......
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