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:
miruka 2021-01-25 16:28:57 -04:00
parent 977be541aa
commit 44051f706d

View File

@ -29,6 +29,7 @@ HPage {
anchors.fill: parent anchors.fill: parent
contentWidth: parent.width contentWidth: parent.width
contentHeight: column.implicitHeight contentHeight: column.implicitHeight
flickableDirection: Flickable.VerticalFlick
clip: true clip: true
topMargin: theme.spacing topMargin: theme.spacing