Kaydet (Commit) d9ada611 authored tarafından Andras Timar's avatar Andras Timar

use the same shade of grey as Online UI uses

Change-Id: Idb6dc80f4943323f80bc6851bc184798627722ef
Reviewed-on: https://gerrit.libreoffice.org/48056Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst 5e5022b7
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment