diff options
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/GpsList.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |