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:
@@ -29,6 +29,7 @@ HPage {
|
||||
anchors.fill: parent
|
||||
contentWidth: parent.width
|
||||
contentHeight: column.implicitHeight
|
||||
flickableDirection: Flickable.VerticalFlick
|
||||
clip: true
|
||||
|
||||
topMargin: theme.spacing
|
||||
|
Reference in New Issue
Block a user