Add tooltip to materials list itmes.

CURA-8979
This commit is contained in:
j.delarago 2022-03-18 13:56:19 +01:00
parent 503f21090e
commit c7bb97aa6c

View file

@ -62,9 +62,11 @@ Rectangle
anchors.verticalCenter: materialSlot.verticalCenter
}
MouseArea
UM.TooltipArea
{
anchors.fill: parent
text: material != null ? `${material.brand} ${material.name}` : ""
onClicked:
{
materialList.currentBrand = material.brand;