summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2017-11-09 17:25:49 +0100
committerFlorent Revest <revestflo@gmail.com>2017-11-09 17:25:49 +0100
commit5cfdfc1ef8efe7b033dcab50156426f10d780938 (patch)
tree291c98d9afb4266dcd88d2893068df6768b73390
parentb7dd6c0e03f96e0cc87aba9c38678a2c1b887fc8 (diff)
Move the restart button to the bottom edge for more visual consistency throughout the OS
-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
}
}