Comment 3 for bug 1259917

Revision history for this message
Tim Peeters (tpeeters) wrote :

from UITK Page.qml:

    height: parent ? page.flickable ? parent.height : parent.height - internal.headerHeight : undefined

internal.headerHeight is updated correctly, but for some reason the height is not updated... investigating further.