From d22f67925ef4893832c26deb44fef50589c6fff8 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Wed, 26 Jul 2017 10:34:29 +0200 Subject: QML UI: color the status bar correctly In commit e9503cfa3d1740 re-coloring of the status bar was forgotten. Added here. Signed-off-by: Jan Mulder --- mobile-widgets/qml/main.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 2538edda2..641dbbd19 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -302,7 +302,7 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.backgroundColor = subsurfaceTheme.blueBackgroundColor subsurfaceTheme.textColor = subsurfaceTheme.blueTextColor subsurfaceTheme.secondaryTextColor = subsurfaceTheme.blueSecondaryTextColor - manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) + manager.setStatusbarColor(subsurfaceTheme.primaryColor) subsurfaceTheme.drawerColor = subsurfaceTheme.lightDrawerColor } @@ -319,7 +319,7 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.backgroundColor = subsurfaceTheme.pinkBackgroundColor subsurfaceTheme.textColor = subsurfaceTheme.pinkTextColor subsurfaceTheme.secondaryTextColor = subsurfaceTheme.pinkSecondaryTextColor - manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) + manager.setStatusbarColor(subsurfaceTheme.primaryColor) subsurfaceTheme.drawerColor = subsurfaceTheme.lightDrawerColor } @@ -336,7 +336,7 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.backgroundColor = subsurfaceTheme.darkBackgroundColor subsurfaceTheme.textColor = subsurfaceTheme.darkTextColor subsurfaceTheme.secondaryTextColor = subsurfaceTheme.darkSecondaryTextColor - manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) + manager.setStatusbarColor(subsurfaceTheme.primaryColor) subsurfaceTheme.drawerColor = subsurfaceTheme.darkDrawerColor } -- cgit v1.2.3-70-g09d2