From 9e09a7d920985b678a44146500b29e856c7c23aa Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 6 Nov 2019 13:24:31 +0100 Subject: Mobile: ensure there's some space between date and depth/duration Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mobile-widgets/qml/DiveList.qml') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index ada10c752..0f9939817 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -148,6 +148,11 @@ Kirigami.ScrollablePage { font.pointSize: subsurfaceTheme.smallPointSize color: innerListItem.checked ? subsurfaceTheme.darkerPrimaryTextColor : secondaryTextColor } + // spacer, just in case + Controls.Label { + text: " " + width: Kirigami.Units.largeSpacing + } // let's try to show the depth / duration very compact Controls.Label { text: (undefined !== depthDuration) ? depthDuration : "" -- cgit v1.2.3-70-g09d2