]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-gui-font-default-size.patch
- up
[packages/libreoffice.git] / openoffice-gui-font-default-size.patch
1 Index: vcl/source/app/settings.cxx
2 ===================================================================
3 RCS file: /cvs/gsl/vcl/source/app/settings.cxx,v
4 retrieving revision 1.38
5 diff -u -3 -p -r1.38 settings.cxx
6 --- vcl/source/app/settings.cxx 11 Apr 2003 17:27:37 -0000      1.38
7 +++ vcl/source/app/settings.cxx 23 Oct 2003 15:41:27 -0000
8 @@ -592,7 +592,7 @@ ImplStyleData::ImplStyleData( const Impl
9  
10  void ImplStyleData::SetStandardStyles()
11  {
12 -    Font aStdFont( FAMILY_SWISS, Size( 0, 8 ) );
13 +    Font aStdFont( FAMILY_SWISS, Size( 0, 9 ) );
14      aStdFont.SetCharSet( gsl_getSystemTextEncoding() );
15      aStdFont.SetWeight( WEIGHT_NORMAL );
16      aStdFont.SetName( vcl::DefaultFontConfigItem::get()->getUserInterfaceFont(LANGUAGE_ENGLISH) );
This page took 0.023237 seconds and 3 git commands to generate.