fix: drawer overlapping window footer (player bar)

This commit is contained in:
Joshua Strobl 2024-10-28 19:25:11 +02:00
parent 8ff470989b
commit aa8c38af99
2 changed files with 5 additions and 17 deletions

View file

@ -15,24 +15,10 @@ Kirigami.ScrollablePage {
width: ListView.view.width
}
}
// ListModel {
// id: blah
//
// ListElement {
// name: "blah1"
// }
// ListElement {
// name: "blah2"
// }
// ListElement {
// name: "blah3"
// }
// }
ListView {
Layout.fillHeight: true
Layout.fillWidth: true
delegate: listDelegate
//model: blah
model: Cartographer.artists
}
}