]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-gui-font-default-size.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-gui-font-default-size.patch
CommitLineData
5cc47c02 1Index: vcl/source/app/settings.cxx
2===================================================================
3RCS file: /cvs/gsl/vcl/source/app/settings.cxx,v
4retrieving revision 1.38
5diff -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.042425 seconds and 4 git commands to generate.