From 5a6434c33b348507c3af092fdb2f3c171861b607 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 25 Feb 2022 16:31:24 -0600 Subject: [PATCH] fixed spelling of id --- src/qml/presenter/Library.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qml/presenter/Library.qml b/src/qml/presenter/Library.qml index 3c5754f..8bd66a9 100644 --- a/src/qml/presenter/Library.qml +++ b/src/qml/presenter/Library.qml @@ -26,15 +26,15 @@ Item { color: Kirigami.Theme.backgroundColor Controls.Label { - id: songlable + id: songLabel anchors.centerIn: parent text: "Songs" } Controls.Label { id: songCount - anchors {left: songlable.right - verticalCenter: songlable.verticalCenter + anchors {left: songLabel.right + verticalCenter: songLabel.verticalCenter leftMargin: 15} text: songsqlmodel.rowCount() font.pixelSize: 15