Add text wrapping for very long custom profile names.

CURA-8849
This commit is contained in:
j.delarago 2022-06-16 14:19:39 +02:00
parent 0fb2b46677
commit cc58b362fc

View File

@ -31,6 +31,7 @@ Item
UM.Label
{
id: warning
width: parent.width - warningIcon.width - resetToDefaultQualityButton.width
anchors
{
left: warningIcon.right
@ -38,7 +39,7 @@ Item
leftMargin: UM.Theme.getSize("thin_margin").width
}
text: ""
wrapMode: Text.WordWrap
states: [
State