Skip to content
Snippets Groups Projects
Commit 1d2c6e7b authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/inline_editable_soi_view.py

parent 3814d84d
No related branches found
No related tags found
1 merge request!78#127 SOI-lesbarhet på papir og GUI-font
Pipeline #83923 passed with stages
in 2 minutes and 35 seconds
......@@ -536,7 +536,7 @@ class InlineEditableSOIView(QScrollArea):
# Classification
classification = QLabel(self.soi.classification)
classification.setStyleSheet(
"background-color: rgba(0,0,0,0%); " "color: red"
"background-color: rgba(0,0,0,0%); " "color: #eb0000"
)
classification.setFont(qfont_with_pixel_size("Times New Roman", 54))
# Source: https://stackoverflow.com/a/8638114/3545896
......
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