mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +00:00
QML UI: top padding for dive details
This used to work without manually adding space here. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ec7a878149
commit
41f24f2859
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Kirigami.Page {
|
|||
title: currentItem && currentItem.modelData ? currentItem.modelData.dive.location : qsTr("Dive details")
|
||||
state: "view"
|
||||
leftPadding: 0
|
||||
topPadding: 0
|
||||
topPadding: Kirigami.Units.gridUnit * 2 // make room for the title bar
|
||||
rightPadding: 0
|
||||
bottomPadding: 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue