mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 05:54:27 +08:00
Fix typo of theme
This was giving a warning that we couldn't get a font from undefined. Contributes to issue CURA-3161.
This commit is contained in:
parent
d3147a6e97
commit
a3170041f8
@ -92,7 +92,7 @@ Column
|
||||
{
|
||||
text: (machineExtruderCount.properties.value > 1 && extrudersModel.getItem(index).name != null) ? extrudersModel.getItem(index).name : catalog.i18nc("@label", "Hotend")
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Them.getFont("default")
|
||||
font: UM.Theme.getFont("default")
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||
|
Loading…
x
Reference in New Issue
Block a user