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:
Dirk Hohndel 2019-10-05 20:27:05 -07:00
parent b9861a0059
commit 5025943bc4
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ Kirigami.Page {
rightPadding: 0
bottomPadding: 0
property bool firstRun: true
width: rootItem.colWidth
MapWidget {
id: mapWidget
anchors.fill: parent