diff options
Diffstat (limited to 'mobile-widgets/qml/Log.qml')
-rw-r--r-- | mobile-widgets/qml/Log.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml index f784ce3cf..0077680c4 100644 --- a/mobile-widgets/qml/Log.qml +++ b/mobile-widgets/qml/Log.qml @@ -14,6 +14,7 @@ Kirigami.ScrollablePage { anchors.margins: Kirigami.Units.gridUnit / 2 objectName: "Log" title: qsTr("Application Log") + background: Rectangle { color: subsurfaceTheme.backgroundColor } ListView { anchors.fill: parent |