[Libreoffice-commits] core.git: vcl/headless

Andras Timar andras.timar at collabora.com
Wed Jan 17 19:52:18 UTC 2018


 vcl/headless/svpframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9ada611083a5938673956edc0c7b48c6199a4f2
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Jan 17 15:29:41 2018 +0100

    use the same shade of grey as Online UI uses
    
    Change-Id: Idb6dc80f4943323f80bc6851bc184798627722ef
    Reviewed-on: https://gerrit.libreoffice.org/48056
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx
index 648577297a0f..27d98f62d856 100644
--- a/vcl/headless/svpframe.cxx
+++ b/vcl/headless/svpframe.cxx
@@ -409,7 +409,7 @@ void SvpSalFrame::UpdateSettings( AllSettings& rSettings )
 {
     StyleSettings aStyleSettings = rSettings.GetStyleSettings();
 
-    Color aBackgroundColor( 0xec, 0xec, 0xec );
+    Color aBackgroundColor( 0xef, 0xef, 0xef );
     aStyleSettings.BatchSetBackgrounds( aBackgroundColor, false );
     aStyleSettings.SetMenuColor( aBackgroundColor );
     aStyleSettings.SetMenuBarColor( aBackgroundColor );


More information about the Libreoffice-commits mailing list