propagate size hints
This commit is contained in:
parent
7d79041e2a
commit
e6eae78f06
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user