mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Show profile group name in bold
That highlights it relative to the layer height. Contributes to issue CURA-8849.
This commit is contained in:
parent
28c1291feb
commit
074e9a8607
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue