From a9348607e7b4239052718239ad944a228e694f03 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Mon, 31 Jul 2017 19:43:56 +0200 Subject: 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 --- mobile-widgets/qml/DiveDetailsEdit.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml index c9699d19e..3d1b31194 100644 --- a/mobile-widgets/qml/DiveDetailsEdit.qml +++ b/mobile-widgets/qml/DiveDetailsEdit.qml @@ -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 -- cgit v1.2.3-70-g09d2