summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-02-17 09:29:58 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-02-17 21:05:33 +0100
commit6700715b5dc1d314bc73800d8f8ec387d4d20d16 (patch)
tree589bb1b482323e40550ef9fe2ba2a740e9f1dd19 /mobile-widgets/qml
parente7ccb7d4d99be794821f774d639c53d451ab3cd7 (diff)
downloadsubsurface-6700715b5dc1d314bc73800d8f8ec387d4d20d16.tar.gz
Mobile QML UI: fix more background colors (gpslist)
And another one. The SwipeListItem also needs to have a set background color. Unfortunately, the lines between the individual SwipeListItem disappeared, so, set the smallest possible border on these items. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/GpsList.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml
index 51025299f..ca73b07c2 100644
--- a/mobile-widgets/qml/GpsList.qml
+++ b/mobile-widgets/qml/GpsList.qml
@@ -20,6 +20,10 @@ Kirigami.ScrollablePage {
id: gpsFix
enabled: true
width: parent.width
+ background: Rectangle {
+ color: subsurfaceTheme.backgroundColor
+ border.width: 1
+ }
GridLayout {
columns: 4
id: timeAndName