Use pageStack instead of anchor.fill

This commit is contained in:
Carl Schwan 2020-12-08 10:04:57 +01:00
parent d9487fc764
commit 4a53680529

View file

@ -59,9 +59,8 @@ Kirigami.ApplicationWindow {
onUrlChanged: { currentPage = 0 }
}
MainView {
pageStack.initialPage: MainView {
id: pageArea
anchors.fill: parent
document: documentItem
}