mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 06:09:38 +08:00
Truncate/elide/ellipsize the material name in Preferences
if it doesn't fit it's parent CURA-6862
This commit is contained in:
parent
7b2037fd47
commit
c8d65e86f1
@ -64,8 +64,10 @@ Item
|
||||
height: childrenRect.height
|
||||
|
||||
Label {
|
||||
width: parent.width
|
||||
text: materialProperties.name
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user