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/tutorials/samegame/samegame1/Button.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tutorials/samegame/samegame1/Button.qml') diff --git a/examples/tutorials/samegame/samegame1/Button.qml b/examples/tutorials/samegame/samegame1/Button.qml index 6d1d1268de..90eb9b72dc 100644 --- a/examples/tutorials/samegame/samegame1/Button.qml +++ b/examples/tutorials/samegame/samegame1/Button.qml @@ -50,7 +50,7 @@ Rectangle { width: buttonLabel.width + 20; height: buttonLabel.height + 5 border { width: 1; color: Qt.darker(activePalette.button) } - smooth: true + antialiasing: true radius: 8 // color the button with a gradient -- cgit v1.2.3