diff options
author | Mia <43496606+miathedev@users.noreply.github.com> | 2021-02-06 11:51:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 11:51:35 +0100 |
commit | ecd978576c7ff655c94f7c9892c4efae555ae56f (patch) | |
tree | d1026d2115ffe9fb28688dffa313e6e2e0276289 | |
parent | c9376fe816269b3592cb0f61be571e9aa77ed124 (diff) |
Update main.qml
minor mistake
-rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Application { outerColor: "#421c0a" Label { - id: bpmText + id: hello anchors.centerIn: parent horizontalAlignment: Text.AlignHCenter text: "Hello World!" |