mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: don't make sub-pages fill the parent
This had very strange results with the current Kirigami. Instead set the width of those pages based on our overall column width. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b9861a0059
commit
5025943bc4
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ Kirigami.Page {
|
|||
rightPadding: 0
|
||||
bottomPadding: 0
|
||||
property bool firstRun: true
|
||||
|
||||
width: rootItem.colWidth
|
||||
MapWidget {
|
||||
id: mapWidget
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue