diff options
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/GpsList.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml index 51025299f..ca73b07c2 100644 --- a/mobile-widgets/qml/GpsList.qml +++ b/mobile-widgets/qml/GpsList.qml @@ -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 |