vcl/headless/svpframe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d9ada611083a5938673956edc0c7b48c6199a4f2 Author: Andras Timar <[email protected]> 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 <[email protected]> Reviewed-by: Andras Timar <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
