From 65d80d3cd0b5cd5b06abbe24d6d2bfa76b38b497 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Fri, 16 Feb 2018 11:17:20 +0100 Subject: Mobile QML UI: fix background colors For some reason, after the update of the main.qml to version 2.2, all Kirigami Pages and scrollablePages show up plain white. So now, set a proper background for these pages. Signed-off-by: Jan Mulder --- mobile-widgets/qml/Log.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/qml/Log.qml') 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 -- cgit v1.2.3-70-g09d2