mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 19:45:58 +08:00
Wrap material name in Compatible Printer List
CURA-9690
This commit is contained in:
parent
8cf475694f
commit
728daec6af
@ -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…
x
Reference in New Issue
Block a user