fixed spelling of id
This commit is contained in:
parent
7f432212cd
commit
5a6434c33b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue