Show profile group name in bold

That highlights it relative to the layer height.

Contributes to issue CURA-8849.
This commit is contained in:
Ghostkeeper 2022-06-14 15:10:26 +02:00
parent 28c1291feb
commit 074e9a8607
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 2 additions and 1 deletions

View file

@ -113,7 +113,7 @@ class ActiveIntentQualitiesModel(ListModel):
if intent_node.intent_category != self._intent_category:
continue
extruder_intents.append({"name": quality_group.name,
"display_text": f"{quality_group.name} - {layer_height}mm",
"display_text": f"<b>{quality_group.name}</b> - {layer_height}mm",
"quality_type": quality_group.quality_type,
"layer_height": layer_height,
"intent_category": self._intent_category