diff options
author | Florent Revest <revestflo@gmail.com> | 2017-11-05 10:43:59 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-11-05 10:43:59 +0100 |
commit | e39258c608b8a7792e41c46777bf307914b03f91 (patch) | |
tree | 32938b2c56629eb48283a22d4bb06ac07653887b | |
parent | b5dade3f4a370bf32226cd2cb8b8411270bc319b (diff) |
Use the default IconButton placing defined by qml-asteroid
-rw-r--r-- | main.qml | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 } } |