mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: DiveDetails: add more space at bottom
This way the user can scroll up the page to see all of the notes without having them covered by the action button. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a7fca80a3e
commit
28490d5dd0
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ Item {
|
||||||
Item {
|
Item {
|
||||||
Layout.columnSpan: 3
|
Layout.columnSpan: 3
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.minimumHeight: Kirigami.Units.gridUnit * 3
|
Layout.minimumHeight: Kirigami.Units.gridUnit * 6
|
||||||
}
|
}
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
qmlProfile.setMargin(Kirigami.Units.smallSpacing)
|
qmlProfile.setMargin(Kirigami.Units.smallSpacing)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue