mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:05:55 +08:00
Add text wrapping for very long custom profile names.
CURA-8849
This commit is contained in:
parent
0fb2b46677
commit
cc58b362fc
@ -31,6 +31,7 @@ Item
|
|||||||
UM.Label
|
UM.Label
|
||||||
{
|
{
|
||||||
id: warning
|
id: warning
|
||||||
|
width: parent.width - warningIcon.width - resetToDefaultQualityButton.width
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
left: warningIcon.right
|
left: warningIcon.right
|
||||||
@ -38,7 +39,7 @@ Item
|
|||||||
leftMargin: UM.Theme.getSize("thin_margin").width
|
leftMargin: UM.Theme.getSize("thin_margin").width
|
||||||
}
|
}
|
||||||
|
|
||||||
text: ""
|
wrapMode: Text.WordWrap
|
||||||
|
|
||||||
states: [
|
states: [
|
||||||
State
|
State
|
||||||
|
Loading…
x
Reference in New Issue
Block a user