mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 16:55:56 +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.left: parent.left
|
||||||
anchors.verticalCenter: textFieldWithUnit.verticalCenter
|
anchors.verticalCenter: textFieldWithUnit.verticalCenter
|
||||||
visible: text != ""
|
visible: text != ""
|
||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user