Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SliceInfoPlugin/MoreInfoWindow.qml')
-rw-r--r--plugins/SliceInfoPlugin/MoreInfoWindow.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/SliceInfoPlugin/MoreInfoWindow.qml b/plugins/SliceInfoPlugin/MoreInfoWindow.qml
index 2f60089343..310fa29c17 100644
--- a/plugins/SliceInfoPlugin/MoreInfoWindow.qml
+++ b/plugins/SliceInfoPlugin/MoreInfoWindow.qml
@@ -61,7 +61,7 @@ Window
right: parent.right
}
- Label
+ UM.Label
{
id: headerText
anchors
@@ -71,9 +71,7 @@ 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