From cded5772051290c29e7d6276315686a5d5a5ce80 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 6 Jun 2011 23:41:44 +0200 Subject: fdo#38007 fix for a truncated German string --- sw/source/ui/config/optdlg.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/config/optdlg.src') diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src index 5f752e22da2a..72079d27e3cd 100644 --- a/sw/source/ui/config/optdlg.src +++ b/sw/source/ui/config/optdlg.src @@ -471,7 +471,7 @@ TabPage TP_STD_FONT FixedText FT_SIZE { Pos = MAP_APPFONT ( 204 , 14 ) ; - Size = MAP_APPFONT ( 30 , 8 ) ; + Size = MAP_APPFONT ( 40 , 8 ) ; Text [ en-US ] = "Size"; }; MetricBox LB_STANDARD_SIZE -- cgit