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

Resize GPS dialog tracking browser

parent 7e916906
No related branches found
No related tags found
1 merge request!218Fix program not fitting on low resolution screens
...@@ -254,7 +254,7 @@ class GPSDialog(QtWidgets.QWidget): ...@@ -254,7 +254,7 @@ class GPSDialog(QtWidgets.QWidget):
bottom_layout = QtWidgets.QVBoxLayout() bottom_layout = QtWidgets.QVBoxLayout()
bottom_layout.addLayout(button_layout) bottom_layout.addLayout(button_layout)
self.info_text_browser.setFixedHeight(42) self.info_text_browser.setFixedHeight(60)
bottom_layout.addWidget(self.info_text_browser) bottom_layout.addWidget(self.info_text_browser)
main_layout.addLayout(bottom_layout) main_layout.addLayout(bottom_layout)
......
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