From 6700715b5dc1d314bc73800d8f8ec387d4d20d16 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Sat, 17 Feb 2018 09:29:58 +0100 Subject: 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 --- mobile-widgets/qml/GpsList.qml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3-70-g09d2