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:
Ghostkeeper 2017-02-13 09:15:58 +01:00
parent d3147a6e97
commit a3170041f8
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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