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
|
color: Kirigami.Theme.backgroundColor
|
||||||
|
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
id: songlable
|
id: songLabel
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: "Songs"
|
text: "Songs"
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
id: songCount
|
id: songCount
|
||||||
anchors {left: songlable.right
|
anchors {left: songLabel.right
|
||||||
verticalCenter: songlable.verticalCenter
|
verticalCenter: songLabel.verticalCenter
|
||||||
leftMargin: 15}
|
leftMargin: 15}
|
||||||
text: songsqlmodel.rowCount()
|
text: songsqlmodel.rowCount()
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue