Change default font for numericTextfield to default instead of medium

This commit is contained in:
Jaime van Kessel 2019-09-18 10:55:18 +02:00
parent db0428ceec
commit 75c7a6fa62
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -65,7 +65,7 @@ UM.TooltipArea
anchors.left: parent.left
anchors.verticalCenter: textFieldWithUnit.verticalCenter
visible: text != ""
font: UM.Theme.getFont("medium")
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
}