mobile UI: set correct width for TeplatePage

A page by default fits in a column.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-02-06 16:08:40 -08:00
parent bb123c78fa
commit 5735c1f387

View file

@ -4,7 +4,7 @@ import QtQuick.Controls 2.12
import org.kde.kirigami 2.4 as Kirigami
Kirigami.ScrollablePage {
width: parent.width
width: rootItem.colWidth
height: parent.height
visible: false
background: Rectangle { color: subsurfaceTheme.backgroundColor }