Skip to content

[ui] Extend the width of the pcap file name area

MelanieCarriere requested to merge extendwidthforPcapName into master

'GetSensorInformation' was called to display the sensor information part to the user (in the status bar).
We need to call the new function 'GetSensorInformationShort' to reduce this part.
We can now allow more space to the pcap file name.
The maximum size of the pcap file name is changed from 43 characters to 105 characters.

Should be merged with : https://gitlab.kitware.com/LidarView/velodyneplugin-private/-/merge_requests/33 and lidarview-core!146 (merged)

Edited by MelanieCarriere

Merge request reports