vcl/headless/svpframe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1dd5caae879e1b04753be5c0407a31aac6b3a5b2 Author: Andras Timar <andras.ti...@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 <ke...@collabora.com> Tested-by: Jan Holesovsky <ke...@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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits