From 790c2c23c18547e7a2982bb5524682a6ffac03df Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 14 Mar 2022 11:38:31 +0100 Subject: [PATCH] Display profile name correctly in dropdown CURA-9040 --- resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml index 6d3682d9ff..d2cd09c4ae 100644 --- a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml @@ -84,6 +84,7 @@ Item Layout.maximumWidth: Math.floor(parent.width * 0.7) // Always leave >= 30% for the rest of the row. height: contentHeight elide: Text.ElideRight + wrapMode: Text.NoWrap } UM.Label @@ -96,7 +97,7 @@ Item height: contentHeight elide: Text.ElideRight - + wrapMode: Text.NoWrap function activeQualityDetailText() { var resultMap = Cura.MachineManager.activeQualityDisplayNameMap