mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
329c5c5c11
commit
da4bb127df
1 changed files with 2 additions and 1 deletions
|
|
@ -20,12 +20,13 @@ Item
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
height: UM.Theme.getSize("toolbox_footer_button").height
|
height: UM.Theme.getSize("toolbox_footer_button").height
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: restartButton.top
|
top: restartButton.top
|
||||||
left: parent.left
|
left: parent.left
|
||||||
leftMargin: UM.Theme.getSize("wide_margin").width
|
leftMargin: UM.Theme.getSize("wide_margin").width
|
||||||
right: restartButton.right
|
right: restartButton.left
|
||||||
rightMargin: UM.Theme.getSize("default_margin").width
|
rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
}
|
}
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue