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/StartPage.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/qml/StartPage.qml') diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index dab643ea7..bc136f4f0 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -8,6 +8,7 @@ import org.subsurfacedivelog.mobile 1.0 Kirigami.ScrollablePage { id: startpage + background: Rectangle { color: subsurfaceTheme.backgroundColor } function saveCredentials() { cloudCredentials.saveCredentials() } -- cgit v1.2.3-70-g09d2