Add footer to FirstPage
...so that the last printer doesn't get lost behind the DockedPanel
This commit is contained in:
parent
3a3d6a333d
commit
6ac268e7c7
1 changed files with 4 additions and 2 deletions
|
@ -296,8 +296,10 @@ Page {
|
|||
}
|
||||
|
||||
}
|
||||
onCountChanged: {
|
||||
console.log("count", count)
|
||||
footer: Item {
|
||||
id: footer
|
||||
width: parent.width
|
||||
height: fileDock.height
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue