Selection dialog should have same scroll behavior as the rest
This commit is contained in:
parent
f925170d50
commit
9eb422f892
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ Dialog {
|
||||||
Flickable {
|
Flickable {
|
||||||
id: selectionDialogFlickable
|
id: selectionDialogFlickable
|
||||||
|
|
||||||
|
boundsBehavior: Flickable.StopAtBounds
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
contentHeight: contentColumn.height
|
contentHeight: contentColumn.height
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue