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 <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-10-04 09:57:31 +02:00 committed by Dirk Hohndel
parent a8f45406bd
commit 3c18618bfb

View file

@ -20,6 +20,8 @@ Kirigami.ScrollablePage {
id: listItem
enabled: true
width: parent.width
backgroundColor: subsurfaceTheme.backgroundColor
activeBackgroundColor: subsurfaceTheme.primaryColor
GridLayout {
columns: 4
id: timeAndName