[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - vcl/headless
Andras Timar
andras.timar at collabora.com
Thu Jan 18 12:40:49 UTC 2018
vcl/headless/svpframe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1dd5caae879e1b04753be5c0407a31aac6b3a5b2
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/48057
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx
index 89248b6f90d1..76a7ae70f915 100644
--- a/vcl/headless/svpframe.cxx
+++ b/vcl/headless/svpframe.cxx
@@ -415,7 +415,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