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
@ -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…
x
Reference in New Issue
Block a user