mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
QML UI: GPS: remove margins
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
7e4ba965d1
commit
e4d4718bae
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ import org.kde.kirigami 2.0 as Kirigami
|
|||
|
||||
Kirigami.ScrollablePage {
|
||||
id: gpsListWindow
|
||||
width: parent.width - Kirigami.Units.gridUnit
|
||||
anchors.margins: Kirigami.Units.gridUnit / 2
|
||||
objectName: "gpsList"
|
||||
title: qsTr("GPS Fixes")
|
||||
|
||||
|
|
Loading…
Reference in a new issue