diff options
-rw-r--r-- | main.qml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -76,13 +76,12 @@ Application { State { name: "paused" } ] - Text { + Label { id: elapsedLabel textFormat: Text.RichText anchors.centerIn: parent text: toTimeString(elapsed.value) font.pixelSize: Dims.h(25) - color: "#FFFFFF" horizontalAlignment: Text.AlignHCenter SequentialAnimation { |