some unit size changes

This commit is contained in:
Chris Cochrun 2023-01-12 13:42:56 -06:00
parent 8e57630973
commit a146d702dd
2 changed files with 4 additions and 1 deletions

View file

@ -40,6 +40,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
elide: Text.ElideLeft
text: "Songs"
font.pixelSize: Kirigami.Units.gridUnit
}
Controls.Label {
@ -48,7 +49,7 @@ Item {
verticalCenter: songLabel.verticalCenter
leftMargin: 15}
text: songsqlmodel.rowCount()
font.pixelSize: 15
font.pixelSize: Kirigami.Units.gridUnit
color: Kirigami.Theme.disabledTextColor
}