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 { DiveDetails {
id: detailsWindow id: detailsWindow
visible: false visible: false
width: parent.width anchors.fill: parent
height: parent.height
} }
DownloadFromDiveComputer { DownloadFromDiveComputer {