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