aboutsummaryrefslogtreecommitdiffstats
path: root/examples/shared/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shared/Button.qml')
-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