Remove ScrollView

This commit is contained in:
Swapnil Tripathi 2021-07-04 08:44:11 +05:30 committed by Bart De Vries
parent fa65447874
commit 32260be05e

View File

@ -112,13 +112,12 @@ Loader {
Layout.alignment: Qt.AlignHCenter
Layout.bottomMargin: Kirigami.Units.largeSpacing * 2
}
Controls.ScrollView {
Layout.fillWidth: true
Layout.fillHeight: true
ListView {
id: playbackRateList
model: playbackRateModel
delegate: Kirigami.SwipeListItem {
Layout.fillWidth: true
Layout.fillHeight: true
delegate: Kirigami.BasicListItem {
contentItem: Controls.Label {
text: model.name
}
@ -132,4 +131,3 @@ Loader {
}
}
}
}