Elide text in materials slot

CURA-8979
This commit is contained in:
casper 2022-03-11 16:29:37 +01:00
parent 359cb673bc
commit e2c9e0a461

View File

@ -53,11 +53,14 @@ Rectangle
{
id: materialLabel
text: material != null ? `${material.brand} ${material.name}` : ""
elide: Text.ElideRight
wrapMode: Text.NoWrap
verticalAlignment: Text.AlignVCenter
anchors.left: swatch.right
anchors.verticalCenter: materialSlot.verticalCenter
anchors.right: parent.right
anchors.leftMargin: UM.Theme.getSize("default_margin").width
font: UM.Theme.getFont("default")
anchors.rightMargin: UM.Theme.getSize("narrow_margin").width
anchors.verticalCenter: materialSlot.verticalCenter
}
MouseArea