summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-01-17 15:29:41 +0100
committerJan Holesovsky <kendy@collabora.com>2018-01-18 13:40:27 +0100
commit1dd5caae879e1b04753be5c0407a31aac6b3a5b2 (patch)
tree4671de14b9c5f750f0e406e7269d3ae884ae16de /vcl
parentc12d7570f60e3f2311af253a999d8bedc5afcf9b (diff)
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@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/headless/svpframe.cxx2
1 files changed, 1 insertions, 1 deletions
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 );