diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-02-20 21:46:50 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-02-24 11:39:49 -0800 |
commit | 564e134bba663087f108957d34cceea75acaaaa6 (patch) | |
tree | bacc91cd1c8150eb09946d8ac950b057c467aa27 /mobile-widgets | |
parent | 7e0e87cf785d0136dcde96c4a23b51c866cc664c (diff) | |
download | subsurface-564e134bba663087f108957d34cceea75acaaaa6.tar.gz |
Revert "Mobile QML UI: fix more background colors (gpslist)"
This worked correctly while compiled against Qt 5.10.0, but after
installing Qt 5.10.1 the behavior was just wrong. And as there
seems no way to color the background of a Kirigami SwipeListItem,
just revert this, and accept the (slightly) inconsistent coloring
of the page (for now).
This reverts commit 6700715b5dc1d314bc73800d8f8ec387d4d20d16.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/GpsList.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml index ca73b07c2..51025299f 100644 --- a/mobile-widgets/qml/GpsList.qml +++ b/mobile-widgets/qml/GpsList.qml @@ -20,10 +20,6 @@ Kirigami.ScrollablePage { id: gpsFix enabled: true width: parent.width - background: Rectangle { - color: subsurfaceTheme.backgroundColor - border.width: 1 - } GridLayout { columns: 4 id: timeAndName |