summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml10
1 files changed, 1 insertions, 9 deletions
diff --git a/main.qml b/main.qml
index 111fbd6..68a568d 100644
--- a/main.qml
+++ b/main.qml
@@ -115,15 +115,7 @@ Application {
id: resetButton
iconName: "ios-refresh"
visible: mainPage.state === "paused"
-
- hovered: false
-
- anchors {
- horizontalCenter: parent.horizontalCenter
- topMargin: Dims.iconButtonMargin
- top: parent.top
- }
-
+ edge: Qt.TopEdge
onClicked: elapsed.value = -1
}
}