aboutsummaryrefslogtreecommitdiffstats
path: root/examples/shared
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-06-06 20:28:17 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-08 07:32:02 +0200
commit8be9f08b8d1db93d5d7e17a4348a7d3cb2fe6c95 (patch)
tree22ab01c988db12074191de426385089ce8e38fd5 /examples/shared
parent04b4445eadb09873821f165074c72c6f477e18d2 (diff)
Update Affector folder of examples to guidelines
Change-Id: I1fa0e8424f94cf954098b7734ba25feab0790828 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'examples/shared')
-rw-r--r--examples/shared/Button.qml2
1 files changed, 1 insertions, 1 deletions
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