Merge branch '9145_fonts_look_ticker' of github.com:Ultimaker/Cura into 5.0

This commit is contained in:
Jaime van Kessel 2022-05-10 16:24:40 +02:00
commit f05e067f39
56 changed files with 129 additions and 337 deletions

View file

@ -62,15 +62,12 @@ UM.TooltipArea
watchedProperties: [ "value", "description" ]
}
Label
UM.Label
{
id: fieldLabel
anchors.left: parent.left
anchors.verticalCenter: textFieldWithUnit.verticalCenter
visible: text != ""
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
}
TextField