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>
This commit is contained in:
Joakim Bygdell 2017-08-05 10:17:07 +02:00 committed by Dirk Hohndel
parent e4d4718bae
commit 3f1a20cbaa

View file

@ -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")
}
}
}