mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 14:16:01 +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
|
Item
|
||||||
{
|
{
|
||||||
|
Layout.preferredWidth: extruderInformation.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
|
||||||
Cura.ExtruderIcon
|
Cura.ExtruderIcon
|
||||||
@ -84,6 +85,7 @@ Rectangle
|
|||||||
{
|
{
|
||||||
id: singleMaterialText
|
id: singleMaterialText
|
||||||
anchors.left: extruderCore.right
|
anchors.left: extruderCore.right
|
||||||
|
anchors.right: parent.right
|
||||||
anchors.verticalCenter: extruderCore.verticalCenter
|
anchors.verticalCenter: extruderCore.verticalCenter
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
text: modelData.materials.length == 1 ? `${modelData.materials[0].brand} ${modelData.materials[0].name}` : ""
|
text: modelData.materials.length == 1 ? `${modelData.materials[0].brand} ${modelData.materials[0].name}` : ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user