From c775fcebec909e806e1a0abadb9fc9c0accf2938 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 21 Jun 2017 09:55:03 -0700 Subject: QML UI: DiveList: turn the color blob into a thin line Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 2e4bd397c..a03a792a9 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -53,17 +53,15 @@ Kirigami.ScrollablePage { Item { Rectangle { id: leftBarDive - width: dive.tripMeta == "" ? 0 : Kirigami.Units.gridUnit - height: Kirigami.Units.gridUnit + width: dive.tripMeta == "" ? 0 : Kirigami.Units.smallSpacing + height: diveListEntry.height * 0.8 color: subsurfaceTheme.accentColor - antialiasing: true - radius: Kirigami.Units.smallSpacing * 2 anchors { left: parent.left top: parent.top - topMargin: Kirigami.Units.gridUnit - bottomMargin: Kirigami.Units.gridUnit - leftMargin: Kirigami.Units.smallSpacing * 2 + leftMargin: Kirigami.Units.smallSpacing + topMargin: Kirigami.Units.smallSpacing * 2 + bottomMargin: Kirigami.Units.smallSpacing * 2 } } Item { -- cgit v1.2.3-70-g09d2