Fix HFlickableColumnPage bottom padding
This commit is contained in:
parent
e5d64f76b7
commit
1f441a488e
|
@ -21,7 +21,7 @@ HPage {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
clip: true
|
clip: true
|
||||||
contentWidth: parent.width
|
contentWidth: parent.width
|
||||||
contentHeight: column.childrenRect.height
|
contentHeight: column.childrenRect.height + column.padding * 2
|
||||||
|
|
||||||
FlickShortcuts {
|
FlickShortcuts {
|
||||||
id: flickShortcuts
|
id: flickShortcuts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user