From b0702e2312567642671d2959b208abe1f0121079 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Tue, 3 Aug 2021 16:56:05 +0200 Subject: [PATCH] Remove NativeRendering type in the MonitorInfoBlurb Since it makes the letters look weird. CURA-8436 --- plugins/UM3NetworkPrinting/resources/qml/MonitorInfoBlurb.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorInfoBlurb.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorInfoBlurb.qml index 32e19c1cdb..5c32c2435a 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorInfoBlurb.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorInfoBlurb.qml @@ -40,7 +40,6 @@ Item width: 240 * screenScaleFactor // TODO: Theme! color: UM.Theme.getColor("monitor_tooltip_text") font: UM.Theme.getFont("default") - renderType: Text.NativeRendering } } }