mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Change default font for numericTextfield to default instead of medium
This commit is contained in:
parent
db0428ceec
commit
75c7a6fa62
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue