From 5cfdfc1ef8efe7b033dcab50156426f10d780938 Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Thu, 9 Nov 2017 17:25:49 +0100 Subject: Move the restart button to the bottom edge for more visual consistency throughout the OS --- main.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'main.qml') 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 } } -- cgit v1.2.3-54-g00ecf