diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-08-05 10:15:56 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-07 00:52:32 -0700 |
commit | e4d4718bae77e7b8c047e41cf44c94b8bd223bf5 (patch) | |
tree | c809672a8d141e6cb5387c0d000afd72ef59bb79 | |
parent | 7e4ba965d19edf9d3265592af66747cfc27968dd (diff) | |
download | subsurface-e4d4718bae77e7b8c047e41cf44c94b8bd223bf5.tar.gz |
QML UI: GPS: remove margins
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
-rw-r--r-- | mobile-widgets/qml/GpsList.qml | 2 |
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") |