Use correct font for material estimates

Otherwise it uses the system defaults.
This commit is contained in:
Ghostkeeper 2019-07-10 13:31:41 +02:00
parent 5ac167d61a
commit bb49acbb7f
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -100,6 +100,7 @@ Column
return totalWeights + "g · " + totalLengths.toFixed(2) + "m"
}
source: UM.Theme.getIcon("spool")
font: UM.Theme.getFont("default")
}
}
}