Switch from ScrollView to Flickable in parameters

This commit is contained in:
Alexandre Jörgensen 2026-01-02 15:06:21 +01:00
parent 09f0462a52
commit 85c3c9f6b4

View file

@ -100,17 +100,13 @@ Rectangle {
}
}
}
Control.ScrollView {
Flickable {
id: scrollView
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
anchors.top: header.bottom
anchors.topMargin: Utils.getSizeWithScreenRatio(16)
// Workaround while the CI is made with Qt6.5.3
// When updated to 6.8, remove this Item and
// change the ScrollView with a Flickable
Item{anchors.fill: parent}
contentHeight: contentListView.contentHeight
Control.ScrollBar.vertical: ScrollBar {
active: contentListView.contentHeight > scrollView.height