From 684354ab6ec778f05e62a935faddb6be14275743 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 20 Jun 2017 07:48:10 -0700 Subject: QML UI: re-indent DiveList code No actual changes besides whitespace. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 48 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index acb5a8d08..ec5f71a1d 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -162,32 +162,32 @@ Kirigami.ScrollablePage { rightMargin: Kirigami.Units.gridUnit * -2 } color: subsurfaceTheme.darkBackgroundColor - Kirigami.Label { - id: sectionText - text: { - // if the tripMeta (which we get as "section") ends in ::-- we know - // that there's no trip -- otherwise strip the meta information before - // the :: and show the trip location - var shownText - var endsWithDoubleDash = /::--$/; - if (endsWithDoubleDash.test(section) || section === "--") { - shownText = "" - } else { - shownText = section.replace(/.*::/, "") + Kirigami.Label { + id: sectionText + text: { + // if the tripMeta (which we get as "section") ends in ::-- we know + // that there's no trip -- otherwise strip the meta information before + // the :: and show the trip location + var shownText + var endsWithDoubleDash = /::--$/; + if (endsWithDoubleDash.test(section) || section === "--") { + shownText = "" + } else { + shownText = section.replace(/.*::/, "") + } + shownText } - shownText - } - visible: text !== "" - font.weight: Font.Bold - anchors { - top: parent.top - left: parent.left - topMargin: Math.max(2, Kirigami.Units.gridUnit / 2) - leftMargin: Kirigami.Units.gridUnit / 2 - right: parent.right + visible: text !== "" + font.weight: Font.Bold + anchors { + top: parent.top + left: parent.left + topMargin: Math.max(2, Kirigami.Units.gridUnit / 2) + leftMargin: Kirigami.Units.gridUnit / 2 + right: parent.right + } + color: textColor } - color: textColor - } } Rectangle { height: Math.max(2, Kirigami.Units.gridUnit / 12) // we want a thicker line -- cgit v1.2.3-70-g09d2