Prevent horizontal flick in HFlickableColumnPage
These pages and popups using them were always horizontally scrollable, even though their inner content didn't exceed the page width. Qt bug?
This commit is contained in:
parent
977be541aa
commit
44051f706d
|
@ -29,6 +29,7 @@ HPage {
|
|||
anchors.fill: parent
|
||||
contentWidth: parent.width
|
||||
contentHeight: column.implicitHeight
|
||||
flickableDirection: Flickable.VerticalFlick
|
||||
clip: true
|
||||
|
||||
topMargin: theme.spacing
|
||||
|
|
Loading…
Reference in New Issue
Block a user