Skip to content
Snippets Groups Projects
Commit 03d8f59a authored by Lan Dam's avatar Lan Dam
Browse files

increase height of info box to show 3 lines

parent c20000d0
No related branches found
No related tags found
1 merge request!165Fix SOH info not show for bottom of Jerk/DPS and display all info lines for the case data point clicked matches more than one SOH lines.
# UI and connectSignals for main_window # UI and connectSignals for main_window
import configparser import configparser
from pathlib import Path
from typing import Union, List, Optional from typing import Union, List, Optional
from PySide6 import QtCore, QtGui, QtWidgets from PySide6 import QtCore, QtGui, QtWidgets
...@@ -286,7 +285,7 @@ class UIMainWindow(object): ...@@ -286,7 +285,7 @@ class UIMainWindow(object):
self.set_first_row(main_layout) self.set_first_row(main_layout)
self.set_second_row(main_layout) self.set_second_row(main_layout)
self.tracking_info_text_browser.setFixedHeight(60) self.tracking_info_text_browser.setFixedHeight(80)
main_layout.addWidget(self.tracking_info_text_browser) main_layout.addWidget(self.tracking_info_text_browser)
self.create_menu_bar(main_window) self.create_menu_bar(main_window)
self.connect_signals(main_window) self.connect_signals(main_window)
......
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