Merge branch 'advisory-fix-1' into ros-fixes

This commit is contained in:
Micah Lee 2021-11-18 19:16:14 -08:00
commit 092cbc12ce
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -481,6 +481,7 @@ class IndividualFileHistoryItem(HistoryItem):
self.common.gui.css["history_individual_file_timestamp_label"]
)
self.path_label = QtWidgets.QLabel(self.path)
self.path_label.setTextFormat(QtCore.Qt.PlainText)
self.path_label.setStyleSheet(self.common.gui.css["history_default_label"])
self.status_code_label = QtWidgets.QLabel()