mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:25:53 +08:00
Change default font for numericTextfield to default instead of medium
This commit is contained in:
parent
db0428ceec
commit
75c7a6fa62
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user