mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue