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:
parent
bb123c78fa
commit
5735c1f387
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user