From 8be9f08b8d1db93d5d7e17a4348a7d3cb2fe6c95 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 6 Jun 2012 20:28:17 +1000 Subject: Update Affector folder of examples to guidelines Change-Id: I1fa0e8424f94cf954098b7734ba25feab0790828 Reviewed-by: Bea Lam --- examples/shared/Button.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/shared') diff --git a/examples/shared/Button.qml b/examples/shared/Button.qml index a899a1410b..e31b155edc 100644 --- a/examples/shared/Button.qml +++ b/examples/shared/Button.qml @@ -44,7 +44,7 @@ Item { id: container property string text: "Button" - property string subText: "Just a button" + property string subText: "" signal clicked width: buttonLabel.width + 20; height: col.height + 12 -- cgit v1.2.3