From dbe94f6c6f4a895b341b7cf96cc232bdbc939f69 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 28 Mar 2017 15:48:06 +0200 Subject: Universal/SwipeDelegate: remove native text rendering leftover Native text rendering was removed in 3f5a66eb at the same time SwipeDelegate was being developed. Change-Id: I14eb1f335963abb9ead9450d62262990a3abc7d9 Reviewed-by: Mitch Curtis --- src/imports/controls/universal/SwipeDelegate.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/imports/controls/universal/SwipeDelegate.qml b/src/imports/controls/universal/SwipeDelegate.qml index 8caf7fb8..cec5c132 100644 --- a/src/imports/controls/universal/SwipeDelegate.qml +++ b/src/imports/controls/universal/SwipeDelegate.qml @@ -66,7 +66,6 @@ T.SwipeDelegate { visible: control.text horizontalAlignment: Text.AlignLeft verticalAlignment: Text.AlignVCenter - renderType: Text.NativeRendering opacity: enabled ? 1.0 : 0.2 color: control.Universal.foreground -- cgit v1.2.3