Let the printer state text wrap too

CL-521
This commit is contained in:
Simon Edwards 2017-10-09 15:27:01 +02:00
parent 1d70426224
commit 0191215215

View file

@ -404,6 +404,8 @@ Rectangle
anchors.left: parent.left
anchors.right: parent.right
elide: Text.ElideRight
wrapMode: Text.Wrap
font: UM.Theme.getFont("default")
}