From 71b2787d0de0ab18054109fc284f3b8b53271f47 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 28 Jan 2019 08:47:58 +0100 Subject: [PATCH] Use Label CURA-6141 --- resources/qml/ActionPanel/PrintJobInformation.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/ActionPanel/PrintJobInformation.qml b/resources/qml/ActionPanel/PrintJobInformation.qml index 483fe76812..45b3846f38 100644 --- a/resources/qml/ActionPanel/PrintJobInformation.qml +++ b/resources/qml/ActionPanel/PrintJobInformation.qml @@ -76,7 +76,7 @@ Column Repeater { model: modelData - Text + Label { width: Math.round(byLineType.width * byLineType.columnWidthMultipliers[index]) height: contentHeight @@ -178,7 +178,7 @@ Column Repeater { model: modelData - Text + Label { width: Math.round(byMaterialType.width * byMaterialType.columnWidthMultipliers[index]) height: contentHeight