Comment 1 for bug 1565811

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

Confirmed with this program:

import QtQuick 2.4
import Ubuntu.Components 1.3

MainView {
    width: units.gu(50)
    height: units.gu(60)

    PageStack {
        Component.onCompleted: push(p1)
        Page {
            id: p1
            header: PageHeader {
                title: i18n.tr("untitled21")
            }
        }
    }
}

I could not reproduce the issue with the AdaptivePageLayout.