From 3c18618bfb229f3d408ebbe3def18dde891a53e0 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Thu, 4 Oct 2018 09:57:31 +0200 Subject: QML UI, trivial: set proper background color GPS list The background color was plain white, where we use a slightly different color in other places. In addition, the background when clicking on a row did not follow the theme setting. Consistency fix. Signed-off-by: Jan Mulder --- mobile-widgets/qml/GpsList.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml index c621fbf58..c6a9ebfd6 100644 --- a/mobile-widgets/qml/GpsList.qml +++ b/mobile-widgets/qml/GpsList.qml @@ -20,6 +20,8 @@ Kirigami.ScrollablePage { id: listItem enabled: true width: parent.width + backgroundColor: subsurfaceTheme.backgroundColor + activeBackgroundColor: subsurfaceTheme.primaryColor GridLayout { columns: 4 id: timeAndName -- cgit v1.2.3-70-g09d2