QML UI: use anchor to fill parent

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-27 05:44:18 -07:00
parent 49e2113ae8
commit 15431f418e

View file

@ -334,8 +334,7 @@ Kirigami.ApplicationWindow {
DiveDetails {
id: detailsWindow
visible: false
width: parent.width
height: parent.height
anchors.fill: parent
}
DownloadFromDiveComputer {