Make textfield use states

CURA-6435
This commit is contained in:
Jaime van Kessel 2019-04-08 17:10:36 +02:00
parent dfa35bd589
commit f5ef6aed8d
2 changed files with 27 additions and 32 deletions

View file

@ -141,7 +141,7 @@ Item
anchors.leftMargin: UM.Theme.getSize("default_margin").width
verticalAlignment: Text.AlignVCenter
text: button.text
font.bold: true
font: UM.Theme.getFont("default_bold")
renderType: Text.NativeRendering
}
}