diff options
-rwxr-xr-x | asteroid-stopwatch | bin | 0 -> 383590 bytes | |||
-rwxr-xr-x | main.qml | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/asteroid-stopwatch b/asteroid-stopwatch Binary files differnew file mode 100755 index 0000000..46b290d --- /dev/null +++ b/asteroid-stopwatch @@ -183,14 +183,14 @@ Application { IconButton { id: resetButton iconColor: app.colorful ? "white" : "black" - iconName: "reload" + iconName: "refresh-empty" visible: mainPage.state === "paused" hovered: false anchors { horizontalCenter: parent.horizontalCenter - topMargin: Units.dp(16) + topMargin: Units.dp(8) top: parent.top } @@ -229,7 +229,7 @@ Application { anchors { horizontalCenter: parent.horizontalCenter bottom: parent.bottom - bottomMargin: Units.dp(16) + bottomMargin: Units.dp(8) } onClicked: { |