mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Changed wrapMode to WordWrap, similar to master
CURA-7332
This commit is contained in:
parent
6b6446e201
commit
189c734145
1 changed files with 1 additions and 1 deletions
|
@ -17,10 +17,10 @@ Item
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@info", "You will need to restart Cura before changes in packages have effect.")
|
text: catalog.i18nc("@info", "You will need to restart Cura before changes in packages have effect.")
|
||||||
wrapMode: Text.Wrap
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue