Fix fonts of plug-in tiles

Contributes to issue CURA-6025.
This commit is contained in:
Ghostkeeper 2018-12-31 15:14:23 +01:00
parent c92a0f1fd4
commit df0351acd4
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
4 changed files with 5 additions and 4 deletions

View file

@ -30,7 +30,7 @@ Row
width: contentWidth
anchors.verticalCenter: starIcon.verticalCenter
color: starIcon.color
font: UM.Theme.getFont("small")
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering
}
}