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 {
|
||||
id: selectionDialogFlickable
|
||||
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
|
||||
anchors.fill: parent
|
||||
contentHeight: contentColumn.height
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue