Prevent flicking page when it 100% fits in window
This commit is contained in:
@@ -64,6 +64,7 @@ Page {
|
||||
clip: true
|
||||
contentWidth: parent.width
|
||||
contentHeight: boxColumn.childrenRect.height
|
||||
interactive: contentWidth > width || contentHeight > height
|
||||
|
||||
HColumnLayout {
|
||||
id: boxColumn
|
||||
|
||||
Reference in New Issue
Block a user