Change the large_nonbold to large in one remaining component

Contributes to CURA-6025.
This commit is contained in:
Diego Prado Gesto 2018-12-19 12:32:18 +01:00
parent ef2fb53790
commit acabd06542

View file

@ -23,7 +23,7 @@ Item
top: parent.top top: parent.top
} }
color: UM.Theme.getColor("text") color: UM.Theme.getColor("text")
font: UM.Theme.getFont("large_nonbold") font: UM.Theme.getFont("large")
text: catalog.i18nc("@label", "Queued") text: catalog.i18nc("@label", "Queued")
} }