Add wordWrap to restart required message

In some languages (and on some operating systems) the
text would be cut off by the button
This commit is contained in:
Jaime van Kessel 2020-03-31 10:56:03 +02:00
parent 329c5c5c11
commit da4bb127df
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -20,12 +20,13 @@ Item
color: UM.Theme.getColor("text")
height: UM.Theme.getSize("toolbox_footer_button").height
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
anchors
{
top: restartButton.top
left: parent.left
leftMargin: UM.Theme.getSize("wide_margin").width
right: restartButton.right
right: restartButton.left
rightMargin: UM.Theme.getSize("default_margin").width
}
renderType: Text.NativeRendering