From 35f5c3f959a7d5ad85b0e2d8e0514cde509ca6c8 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 10 May 2022 15:39:02 +0200 Subject: Revert "Render labels using `Text.QtRendering` on OSX" This reverts commit f0e3c19a34d1fde3b7ec4fd95677fbefa2028b26. --- plugins/SliceInfoPlugin/MoreInfoWindow.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/SliceInfoPlugin') diff --git a/plugins/SliceInfoPlugin/MoreInfoWindow.qml b/plugins/SliceInfoPlugin/MoreInfoWindow.qml index 310fa29c17..2f60089343 100644 --- a/plugins/SliceInfoPlugin/MoreInfoWindow.qml +++ b/plugins/SliceInfoPlugin/MoreInfoWindow.qml @@ -61,7 +61,7 @@ Window right: parent.right } - UM.Label + Label { id: headerText anchors @@ -71,7 +71,9 @@ Window right: parent.right } text: catalog.i18nc("@text:window", "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:") + color: UM.Theme.getColor("text") wrapMode: Text.WordWrap + renderType: Text.NativeRendering } Cura.ScrollableTextArea -- cgit v1.2.3