Make slicing status text smaller

Makes more room for the time/material estimates.

Contributes to issue CURA-4149.
This commit is contained in:
Ghostkeeper 2017-08-14 09:10:35 +02:00
parent 067449192a
commit 0430a274d9
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -52,7 +52,7 @@ Item {
anchors.leftMargin: UM.Theme.getSize("default_margin").width
color: UM.Theme.getColor("text")
font: UM.Theme.getFont("large")
font: UM.Theme.getFont("default_bold")
text: statusText;
}