diff options
-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!" |