QML UI: make multi column support work again

Due to a change in Kirigami on most tablets even in landscape mode we are
only showing one column. Because of this I missed the fact that I had
broken multi column support by mistake. Without setting the width of the
dive list it expands all the way and prevents the showing of two pages
next to each other.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-19 14:14:49 -07:00
parent b3d0d9fd4e
commit a8cfa0abf5

View file

@ -13,7 +13,7 @@ Kirigami.ScrollablePage {
background: Rectangle {
color: Kirigami.Theme.viewBackgroundColor
}
width: subsurfaceTheme.columnWidth
property int credentialStatus: manager.credentialStatus
property int numDives: diveListView.count
property color textColor: subsurfaceTheme.diveListTextColor