From ee0ca3995ea826daa681289b9c308ea7a42e548e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 21 Dec 2020 18:13:25 -0800 Subject: mobile/UI: fix trip details padding Incorrect reference to the Kirigami Units. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/TripDetails.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/TripDetails.qml b/mobile-widgets/qml/TripDetails.qml index 6973c73e5..482dad12c 100644 --- a/mobile-widgets/qml/TripDetails.qml +++ b/mobile-widgets/qml/TripDetails.qml @@ -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 -- cgit v1.2.3-70-g09d2