mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
e4d4718bae
commit
3f1a20cbaa
1 changed files with 0 additions and 6 deletions
|
@ -100,11 +100,5 @@ Kirigami.ScrollablePage {
|
||||||
cacheBuffer: Math.max(5000, parent.height * 5)
|
cacheBuffer: Math.max(5000, parent.height * 5)
|
||||||
focus: true
|
focus: true
|
||||||
clip: 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")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue