aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-03-28 15:48:06 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-03-28 15:03:07 +0000
commitdbe94f6c6f4a895b341b7cf96cc232bdbc939f69 (patch)
tree0a4514fc61ae877b114d99929198a13be7bcdff4 /src
parent8397d9fc8c5d0b607c9ef6eb9791f8dbe6d97aa0 (diff)
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 <mitch.curtis@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imports/controls/universal/SwipeDelegate.qml1
1 files changed, 0 insertions, 1 deletions
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