mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +00:00
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:
parent
29e704a1b2
commit
a9348607e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue