diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-13 12:11:34 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-13 12:11:50 +0100 |
| commit | 0f8ceacadd3190123cd736260a0401baa8130239 (patch) | |
| tree | b91872654b6e6c4a2c861eab73813ae1b172a0fd /qml | |
| parent | f248f3f8034e221066825d953d5564e9f7e13714 (diff) | |
| download | Multimedia-0f8ceacadd3190123cd736260a0401baa8130239.tar.gz Multimedia-0f8ceacadd3190123cd736260a0401baa8130239.zip | |
Change background and start without rotating
Diffstat (limited to 'qml')
| -rw-r--r-- | qml/MainForm.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/MainForm.ui.qml b/qml/MainForm.ui.qml index 9c40e63..19cc165 100644 --- a/qml/MainForm.ui.qml +++ b/qml/MainForm.ui.qml @@ -16,7 +16,7 @@ MMScene { Rectangle{ id: backgroundRect anchors.fill: parent - color: "black" + color: "lightgrey" } @@ -28,7 +28,7 @@ MMScene { Button { id: button1 - text: qsTr("Stop") + text: qsTr("Start") } Button { |
