Add footer to FirstPage

...so that the last printer doesn't get lost behind the DockedPanel
This commit is contained in:
Anton Thomasson 2020-11-24 20:45:17 +01:00
parent 3a3d6a333d
commit 6ac268e7c7

View file

@ -296,8 +296,10 @@ Page {
}
}
onCountChanged: {
console.log("count", count)
footer: Item {
id: footer
width: parent.width
height: fileDock.height
}
}
}