Add missing renderType: Text.NativeRendering

CURA-6598
This commit is contained in:
Lipu Fei 2019-09-03 10:53:46 +02:00
parent 001c2ec753
commit 0926c223b2
4 changed files with 7 additions and 0 deletions

View file

@ -44,5 +44,6 @@ Button
verticalAlignment: Text.AlignVCenter
anchors.left: button.left
anchors.leftMargin: UM.Theme.getSize("wide_margin").width
renderType: Text.NativeRendering
}
}