the sizes of things were wrong with a bad env variable
This commit is contained in:
parent
8ec7c16e20
commit
29348d59e7
4 changed files with 9 additions and 13 deletions
|
@ -40,7 +40,6 @@ Item {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
elide: Text.ElideLeft
|
||||
text: "Songs"
|
||||
font.pixelSize: Kirigami.Units.gridUnit
|
||||
}
|
||||
|
||||
Controls.Label {
|
||||
|
@ -49,7 +48,6 @@ Item {
|
|||
verticalCenter: songLabel.verticalCenter
|
||||
leftMargin: 15}
|
||||
text: songsqlmodel.rowCount()
|
||||
font.pixelSize: Kirigami.Units.gridUnit
|
||||
color: Kirigami.Theme.disabledTextColor
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue