QML UI: add more width to dive edit page

Mobile devices hare rather limited when it comes to screen size,
there is no point in reducing the availabel space more than neccecary.

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
Joakim Bygdell 2017-07-31 19:43:56 +02:00 committed by Dirk Hohndel
parent 29e704a1b2
commit a9348607e7

View file

@ -77,7 +77,7 @@ Item {
ColumnLayout {
id: editArea
spacing: Kirigami.Units.smallSpacing
width: parent.width - 2 * Kirigami.Units.gridUnit
width: parent.width
GridLayout {
id: editorDetails