1
0
Fork 0
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:
Dirk Hohndel 2020-12-21 18:13:25 -08:00
parent a2b1266c15
commit ee0ca3995e

View file

@ -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