Set the path QLabel of the HistoryItem to plain text format

This commit is contained in:
Miguel Jacq 2021-11-08 14:49:37 +11:00
parent 1b259a208d
commit 8f1e7ac224
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6

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()