mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Wrap material name in Compatible Printer List
CURA-9690
This commit is contained in:
parent
8cf475694f
commit
728daec6af
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ Rectangle
|
|||
|
||||
Item
|
||||
{
|
||||
Layout.preferredWidth: extruderInformation.width
|
||||
height: childrenRect.height
|
||||
|
||||
Cura.ExtruderIcon
|
||||
|
@ -84,6 +85,7 @@ Rectangle
|
|||
{
|
||||
id: singleMaterialText
|
||||
anchors.left: extruderCore.right
|
||||
anchors.right: parent.right
|
||||
anchors.verticalCenter: extruderCore.verticalCenter
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||
text: modelData.materials.length == 1 ? `${modelData.materials[0].brand} ${modelData.materials[0].name}` : ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue