aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-11-10 08:46:36 +0100
committerWeblate <noreply@weblate.org>2017-11-10 08:46:36 +0100
commitec9bc4165a950b91f5f9ea5b2fd59b9475274cd1 (patch)
tree3628100618bccd3d0c6e863a085a03c73e883120 /main.qml
parentbc0d775547bb4259d9f8c66669d503b8214559c8 (diff)
parent5cfdfc1ef8efe7b033dcab50156426f10d780938 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index c1926e5..19c968f 100644
--- a/main.qml
+++ b/main.qml
@@ -114,7 +114,6 @@ Application {
id: resetButton
iconName: "ios-refresh"
visible: mainPage.state === "paused"
- edge: Qt.TopEdge
onClicked: elapsed.value = -1
}
}