Kaydet (Commit) 8e98b315 authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Michael Meeks

lok: 14pt font is too large for the context menus.

Change-Id: I8403b2bea81e61c4fa24ed205b8d2c77a235238b
Reviewed-on: https://gerrit.libreoffice.org/51438Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst acccdba6
...@@ -427,6 +427,9 @@ void SvpSalFrame::UpdateSettings( AllSettings& rSettings ) ...@@ -427,6 +427,9 @@ void SvpSalFrame::UpdateSettings( AllSettings& rSettings )
aStdFont.SetWeight( WEIGHT_NORMAL ); aStdFont.SetWeight( WEIGHT_NORMAL );
aStdFont.SetFamilyName( "Liberation Sans" ); aStdFont.SetFamilyName( "Liberation Sans" );
aStyleSettings.BatchSetFonts( aStdFont, aStdFont ); aStyleSettings.BatchSetFonts( aStdFont, aStdFont );
aStdFont.SetFontSize(Size(0, 12));
aStyleSettings.SetMenuFont(aStdFont);
} }
rSettings.SetStyleSettings( aStyleSettings ); rSettings.SetStyleSettings( aStyleSettings );
......
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