diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-01-17 15:29:41 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-01-17 20:51:57 +0100 |
commit | d9ada611083a5938673956edc0c7b48c6199a4f2 (patch) | |
tree | a46f0f99053a3320b585e61fb1a23e6d08eb846c /vcl | |
parent | 5e5022b7bbb2c8a26f388267d874e11fc3bb7dec (diff) |
use the same shade of grey as Online UI uses
Change-Id: Idb6dc80f4943323f80bc6851bc184798627722ef
Reviewed-on: https://gerrit.libreoffice.org/48056
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svpframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |