aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-08-05 10:15:56 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-07 00:52:32 -0700
commite4d4718bae77e7b8c047e41cf44c94b8bd223bf5 (patch)
treec809672a8d141e6cb5387c0d000afd72ef59bb79 /mobile-widgets
parent7e4ba965d19edf9d3265592af66747cfc27968dd (diff)
downloadsubsurface-e4d4718bae77e7b8c047e41cf44c94b8bd223bf5.tar.gz
QML UI: GPS: remove margins
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/GpsList.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml
index 7ad97e14c..74a636e54 100644
--- a/mobile-widgets/qml/GpsList.qml
+++ b/mobile-widgets/qml/GpsList.qml
@@ -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")