From 7ea245a57dd8672b84fdaae5aac52586e3164b9d Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 21 Feb 2018 17:28:28 +0100 Subject: [PATCH] Fix: Show longer names on profile management page --- resources/qml/Preferences/ProfilesPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 2a6bd9c6f2..bcf624eb87 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -364,7 +364,7 @@ Item anchors.right: parent.right Label { - width: Math.floor((parent.width * 0.3)) + width: Math.floor((parent.width * 0.8)) text: model.name elide: Text.ElideRight font.italic: model.name == Cura.MachineManager.activeQualityOrQualityChangesName // TODO: make it easier