mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/UI: fix trip details padding
Incorrect reference to the Kirigami Units. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a2b1266c15
commit
ee0ca3995e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Kirigami.Page {
|
|||
|
||||
title: "" !== tripLocation ? tripLocation : qsTr("Trip details")
|
||||
state: "view"
|
||||
padding: Kirigami.largeSpacing
|
||||
padding: Kirigami.Units.largeSpacing
|
||||
background: Rectangle { color: subsurfaceTheme.backgroundColor }
|
||||
actions.main: saveAction
|
||||
actions.right: cancelAction
|
||||
|
|
Loading…
Add table
Reference in a new issue