mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: use anchor to fill parent
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
49e2113ae8
commit
15431f418e
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue