summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMia <43496606+miathedev@users.noreply.github.com>2021-02-06 11:51:35 +0100
committerGitHub <noreply@github.com>2021-02-06 11:51:35 +0100
commitecd978576c7ff655c94f7c9892c4efae555ae56f (patch)
treed1026d2115ffe9fb28688dffa313e6e2e0276289
parentc9376fe816269b3592cb0f61be571e9aa77ed124 (diff)
Update main.qml
minor mistake
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
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!"