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/DiveDetailsView.qml | 5 +++++ mobile-widgets/qml/DiveList.qml | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index ee3b0902e..fcbcc1fb9 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -82,6 +82,11 @@ Item { font.pointSize: subsurfaceTheme.smallPointSize color: subsurfaceTheme.textColor } + // spacer, just in case + Controls.Label { + text: " " + width: Kirigami.Units.largeSpacing + } // let's try to show the depth / duration very compact Controls.Label { text: depthDuration 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