mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
mobile, QML UI: whitespace in dive details page
There was a strange big margin at the top of the the dive details page. Just make it a bit more "normal". Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
97031da0d8
commit
441e06cdb8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Kirigami.Page {
|
|||
title: currentItem && currentItem.modelData ? currentItem.modelData.dive.location : qsTr("Dive details")
|
||||
state: "view"
|
||||
leftPadding: 0
|
||||
topPadding: Kirigami.Units.gridUnit * 2 // make room for the title bar
|
||||
topPadding: Kirigami.Units.gridUnit / 2
|
||||
rightPadding: 0
|
||||
bottomPadding: 0
|
||||
background: Rectangle { color: subsurfaceTheme.backgroundColor }
|
||||
|
|
Loading…
Reference in a new issue