Fix extruder icon text scaling. I've added a new font size here since there is not any real way I can see to scale the font based on the component size. This is because we do some magic with the font numbers before passing them to the QML.

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-06 12:08:00 +01:00
parent 93d1f05aec
commit bec02cf312
5 changed files with 25 additions and 0 deletions

View file

@ -142,6 +142,7 @@ Item
text: catalog.i18ncp("@label %1 is filled in with the name of an extruder", "Print Selected Model with %1", "Print Selected Models with %1", UM.Selection.selectionCount).arg(extruder.name)
checked: Cura.ExtruderManager.selectedObjectExtruders.indexOf(extruder.id) != -1
enabled: UM.Selection.hasSelection && extruder.stack.isEnabled
font: UM.Theme.getFont("small_emphasis")
onClicked:
{