From 3912bbaceab166eb116447311eb16453e4f26edf Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Wed, 18 Jul 2012 13:53:40 +1000 Subject: Update usage of smooth and antialiasing. Change-Id: Icc8b28bdd466389ed3f269f076f1bdb6e9abe3f2 Reviewed-by: Yunqiao Yin Reviewed-by: Bea Lam --- examples/quick/text/fonts/hello.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/quick/text/fonts/hello.qml') diff --git a/examples/quick/text/fonts/hello.qml b/examples/quick/text/fonts/hello.qml index 024895b8b4..7cba151a95 100644 --- a/examples/quick/text/fonts/hello.qml +++ b/examples/quick/text/fonts/hello.qml @@ -56,7 +56,6 @@ Rectangle { color: "white" text: "Hello world!" font.pixelSize: 32 - smooth: true //! [letterspacing] SequentialAnimation on font.letterSpacing { -- cgit v1.2.3