mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Add text wrapping for very long custom profile names.
CURA-8849
This commit is contained in:
parent
0fb2b46677
commit
cc58b362fc
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue