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>
This commit is contained in:
Jan Mulder 2018-02-17 09:29:58 +01:00
parent e7ccb7d4d9
commit 6700715b5d

View file

@ -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