diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-05 16:02:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-05 16:02:47 -0700 |
commit | 8afdb665cde5e06ff42b3f406f637d3ca44f20e2 (patch) | |
tree | bebf85f5153c152a43d11de23c3bc998e7a43bf4 /mobile-widgets/qml | |
parent | 7101cc8c021f414811eca2425cb39db44828554c (diff) | |
download | subsurface-8afdb665cde5e06ff42b3f406f637d3ca44f20e2.tar.gz |
QML UI: dive list: smaller header above dives that aren't in a trip
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 35bb72aca..f6f163efa 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -183,6 +183,7 @@ Kirigami.ScrollablePage { } shownText } + visible: text !== "" anchors { top: parent.top left: parent.left |