Fix font size of buildplate warning

This was most likely copied from an old release but the font in question was deleted.
This commit is contained in:
Ghostkeeper 2019-02-04 15:23:57 +01:00
parent 7d871e5a18
commit 61475a79cf
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -332,7 +332,7 @@ Item
verticalAlignment: Text.AlignVCenter
width: selectors.controlWidth - warningImage.width - UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@label", "Use glue for better adhesion with this material combination.")
font: UM.Theme.getFont("very_small")
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
visible: CuraSDKVersion == "dev" ? false : warnings.buildplateCompatibilityError || warnings.buildplateCompatibilityWarning
wrapMode: Text.WordWrap