fixed spelling of id

This commit is contained in:
Chris Cochrun 2022-02-25 16:31:24 -06:00
parent 7f432212cd
commit 5a6434c33b

View file

@ -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