Changed wrapMode to WordWrap, similar to master

CURA-7332
This commit is contained in:
Kostas Karmas 2020-03-31 11:41:03 +02:00
parent 6b6446e201
commit 189c734145

View File

@ -17,10 +17,10 @@ Item
Label
{
text: catalog.i18nc("@info", "You will need to restart Cura before changes in packages have effect.")
wrapMode: Text.Wrap
color: UM.Theme.getColor("text")
height: UM.Theme.getSize("toolbox_footer_button").height
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
anchors
{
top: restartButton.top