Elide long quality name

CURA-6862
This commit is contained in:
Lipu Fei 2019-10-08 14:32:42 +02:00
parent 23469948f6
commit 28466f7345

View file

@ -531,8 +531,12 @@ Item
Label Label
{ {
anchors.left: parent.left
anchors.right: parent.right
text: base.currentItemDisplayName text: base.currentItemDisplayName
font: UM.Theme.getFont("large_bold") font: UM.Theme.getFont("large_bold")
elide: Text.ElideRight
renderType: Text.NativeRendering
} }
} }