mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Switch from ScrollView to Flickable in parameters
This commit is contained in:
parent
09f0462a52
commit
85c3c9f6b4
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue