From ecd978576c7ff655c94f7c9892c4efae555ae56f Mon Sep 17 00:00:00 2001 From: Mia <43496606+miathedev@users.noreply.github.com> Date: Sat, 6 Feb 2021 11:51:35 +0100 Subject: Update main.qml minor mistake --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index 555bb1d..51fb617 100644 --- a/main.qml +++ b/main.qml @@ -26,7 +26,7 @@ Application { outerColor: "#421c0a" Label { - id: bpmText + id: hello anchors.centerIn: parent horizontalAlignment: Text.AlignHCenter text: "Hello World!" -- cgit v1.2.3-54-g00ecf