aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-27 05:44:18 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-27 15:05:37 -0700
commit15431f418e724c0f729dd2ffa140a0b7efda23e9 (patch)
tree4698d1cfa647337b9bce6cb49b0d077692fbf706 /mobile-widgets/qml/main.qml
parent49e2113ae8ab175638554e6aaaab3bb61181a9a3 (diff)
downloadsubsurface-15431f418e724c0f729dd2ffa140a0b7efda23e9.tar.gz
QML UI: use anchor to fill parent
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index ad3f68e37..1927d6224 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -334,8 +334,7 @@ Kirigami.ApplicationWindow {
DiveDetails {
id: detailsWindow
visible: false
- width: parent.width
- height: parent.height
+ anchors.fill: parent
}
DownloadFromDiveComputer {