propagate size hints

This commit is contained in:
Marco Martin 2013-03-07 11:23:52 +01:00
parent 7d79041e2a
commit e6eae78f06

View File

@ -173,6 +173,9 @@ Item {
return Engine.find(func);
}
implicitWidth: currentPage ? currentPage.implicitWidth : 0
implicitHeight: currentPage ? currentPage.implicitHeight : 0
// Called when the page stack visibility changes.
onVisibleChanged: {
if (currentPage) {