1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

fix contents size

correct childrenRect mistakedly called contentRect

Signed-off-by: Marco Martin <notmart@gmail.com>
This commit is contained in:
Marco Martin 2015-11-29 22:56:16 +01:00 committed by Sebastian Kügler
parent 8646934ba3
commit 8e523329b6

View file

@ -36,7 +36,7 @@ MobileComponents.Page {
Item {
id: content
width: flick.width
height: contentRect.height + MobileComponents.Units.smallSpacing * 2
height: childrenRect.height + MobileComponents.Units.smallSpacing * 2
ColumnLayout {
anchors {