summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml')
-rw-r--r--qml/MainForm.ui.qml4
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 {