mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: maximize horizontal size of notes when editing
This seems a bit brute force but I couldn't get the width to propagate correctly any other way. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9e9d220c98
commit
260cd14a2b
2 changed files with 7 additions and 2 deletions
|
|
@ -47,6 +47,7 @@ MobileComponents.Page {
|
|||
detailsEdit.buddyText = diveListView.currentItem.modelData.dive.buddy
|
||||
detailsEdit.divemasterText = diveListView.currentItem.modelData.dive.divemaster
|
||||
detailsEdit.notesText = diveListView.currentItem.modelData.dive.notes
|
||||
detailsEdit.forcedWidth = diveDetailsPage.width
|
||||
diveDetailsPage.state = "edit"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue