diff --git a/src/contents/ui/main.qml b/src/contents/ui/main.qml index b76bff491b7f31025da12e0005c701d474e2f341..7da701101d79428b9d64d94bef40735433640f7d 100644 --- a/src/contents/ui/main.qml +++ b/src/contents/ui/main.qml @@ -240,17 +240,26 @@ Kirigami.ApplicationWindow { model: recordModel delegate: Kirigami.SwipeListItem { contentItem: Layouts.ColumnLayout { - Controls.Label { + Kirigami.Heading { text: serviceprovider + level: 2 } - Controls.Label { + Kirigami.Heading { text: servicetypename + level: 2 } Controls.Label { text: new Date(servicedate).toLocaleDateString(Qt.locale()) } - Controls.Label { - text: miles + Row { + Image { + source: "qrc:/speed.svg" + sourceSize.width: 16 + sourceSize.height: 16 + } + Controls.Label { + text: miles + } } Controls.Label { text: notes