diff options
author | Florent Revest <revestflo@gmail.com> | 2017-11-09 17:25:49 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-11-09 17:25:49 +0100 |
commit | 5cfdfc1ef8efe7b033dcab50156426f10d780938 (patch) | |
tree | 291c98d9afb4266dcd88d2893068df6768b73390 | |
parent | b7dd6c0e03f96e0cc87aba9c38678a2c1b887fc8 (diff) |
Move the restart button to the bottom edge for more visual consistency throughout the OS
-rw-r--r-- | main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -114,7 +114,6 @@ Application { id: resetButton iconName: "ios-refresh" visible: mainPage.state === "paused" - edge: Qt.TopEdge onClicked: elapsed.value = -1 } } |