mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a8f45406bd
commit
3c18618bfb
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ Kirigami.ScrollablePage {
|
|||
id: listItem
|
||||
enabled: true
|
||||
width: parent.width
|
||||
backgroundColor: subsurfaceTheme.backgroundColor
|
||||
activeBackgroundColor: subsurfaceTheme.primaryColor
|
||||
GridLayout {
|
||||
columns: 4
|
||||
id: timeAndName
|
||||
|
|
Loading…
Add table
Reference in a new issue