summaryrefslogtreecommitdiffstats
path: root/examples/qmlcustominput/qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlcustominput/qml')
-rw-r--r--examples/qmlcustominput/qml/qmlcustominput/main.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/qmlcustominput/qml/qmlcustominput/main.qml b/examples/qmlcustominput/qml/qmlcustominput/main.qml
index f777fd6b..54ec3342 100644
--- a/examples/qmlcustominput/qml/qmlcustominput/main.qml
+++ b/examples/qmlcustominput/qml/qmlcustominput/main.qml
@@ -25,7 +25,6 @@ Item {
id: mainView
width: 1280
height: 720
- visible: true
Data {
id: graphData
@@ -182,7 +181,7 @@ Item {
id: cameraToggle
Layout.fillHeight: true
Layout.minimumWidth: parent.width / 3
- text: "Animate Camera"
+ text: "Pause Camera"
onClicked: {
cameraAnimationX.paused = !cameraAnimationX.paused;