diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-06-12 07:31:14 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-06-12 07:31:53 -0700 |
commit | 92e06007cc733655a63fc6a0771cfdbae00e808b (patch) | |
tree | 72b8b76b977627481cc0ba0cc991bc34c851f5c1 /mobile-widgets/qml/GpsList.qml | |
parent | 818031e604a4b6c8764db34b3346e3a1bf9b95be (diff) | |
download | subsurface-92e06007cc733655a63fc6a0771cfdbae00e808b.tar.gz |
QML UI: update for latest Kirigami
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/GpsList.qml')
-rw-r--r-- | mobile-widgets/qml/GpsList.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml index 270c4c92c..4322e9080 100644 --- a/mobile-widgets/qml/GpsList.qml +++ b/mobile-widgets/qml/GpsList.qml @@ -27,6 +27,7 @@ Kirigami.ScrollablePage { supportsMouseEvents: true width: parent.width - Kirigami.Units.gridUnit height: childrenRect.height - Kirigami.Units.smallSpacing + icon: "" GridLayout { columns: 4 id: timeAndName |