diff options
Diffstat (limited to 'mobile-widgets/qml/DownloadedDiveDelegate.qml')
-rw-r--r-- | mobile-widgets/qml/DownloadedDiveDelegate.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadedDiveDelegate.qml b/mobile-widgets/qml/DownloadedDiveDelegate.qml index be9e2aaf5..b88561b17 100644 --- a/mobile-widgets/qml/DownloadedDiveDelegate.qml +++ b/mobile-widgets/qml/DownloadedDiveDelegate.qml @@ -48,12 +48,14 @@ Kirigami.AbstractListItem { Controls.Label { id: dateLabel text: innerListItem.datetime + anchors.verticalCenter: parent.verticalCenter width: Math.round(parent.width * 0.35) font.pointSize: subsurfaceTheme.smallPointSize color: textColor } Controls.Label { text: innerListItem.depth + ' / ' + innerListItem.duration + anchors.verticalCenter: parent.verticalCenter width: Math.round(parent.width * 0.35) font.pointSize: subsurfaceTheme.smallPointSize color: textColor |