diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-08-05 10:17:07 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-07 00:52:32 -0700 |
commit | 3f1a20cbaa53501c66ed41b3a8cda36d2fd53e8e (patch) | |
tree | d5944d1b6554a7686aec620599795a034d8703ce /mobile-widgets | |
parent | e4d4718bae77e7b8c047e41cf44c94b8bd223bf5 (diff) | |
download | subsurface-3f1a20cbaa53501c66ed41b3a8cda36d2fd53e8e.tar.gz |
QML UI: GPS: remove header
Being the only page that still has an on page header
it makes sens to remove it.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/GpsList.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml index 74a636e54..5829c5614 100644 --- a/mobile-widgets/qml/GpsList.qml +++ b/mobile-widgets/qml/GpsList.qml @@ -100,11 +100,5 @@ Kirigami.ScrollablePage { cacheBuffer: Math.max(5000, parent.height * 5) focus: true clip: true - header: Kirigami.Heading { - x: Kirigami.Units.gridUnit / 2 - height: paintedHeight + Kirigami.Units.gridUnit / 2 - verticalAlignment: Text.AlignBottom - text: qsTr("List of stored GPS fixes") - } } } |