diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-12-19 07:33:16 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-12-19 07:33:16 +0000 |
commit | 1337992aba288b6ccf2afeac5e59d2ddc4b50008 (patch) | |
tree | d038440a97ad9948264a492ac694fc1baf297451 /sc | |
parent | 0c5f987d93631b670c866c738b7e16fd9c5a5aa2 (diff) |
#95990# redesign for wullwidth katakana
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/miscdlgs.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/src/miscdlgs.src b/sc/source/ui/src/miscdlgs.src index 9055fb572a25..26d4000265a3 100644 --- a/sc/source/ui/src/miscdlgs.src +++ b/sc/source/ui/src/miscdlgs.src @@ -2,9 +2,9 @@ * * $RCSfile: miscdlgs.src,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: dr $ $Date: 2001-12-18 11:24:10 $ + * last change: $Author: dr $ $Date: 2001-12-19 08:33:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2766,7 +2766,7 @@ ModalDialog RID_SCDLG_FILLSERIES RadioButton BTN_ARITHMETIC { Pos = MAP_APPFONT ( 78 , 14 ) ; - Size = MAP_APPFONT ( 66 , 10 ) ; + Size = MAP_APPFONT ( 69 , 10 ) ; Text = "~Arithmetisch" ; Text [ ENGLISH ] = "~Linear" ; Text [ norwegian ] = "~Linear" ; @@ -2796,7 +2796,7 @@ ModalDialog RID_SCDLG_FILLSERIES RadioButton BTN_GEOMETRIC { Pos = MAP_APPFONT ( 78 , 28 ) ; - Size = MAP_APPFONT ( 66 , 10 ) ; + Size = MAP_APPFONT ( 69 , 10 ) ; Text = "~Geometrisch" ; Text [ ENGLISH ] = "~Growth" ; Text [ norwegian ] = "~Growth" ; @@ -2826,7 +2826,7 @@ ModalDialog RID_SCDLG_FILLSERIES RadioButton BTN_DATE { Pos = MAP_APPFONT ( 78 , 42 ) ; - Size = MAP_APPFONT ( 66 , 10 ) ; + Size = MAP_APPFONT ( 69 , 10 ) ; Text = "~Datum" ; Text [ ENGLISH ] = "Da~te" ; Text [ norwegian ] = "Da~te" ; @@ -2856,7 +2856,7 @@ ModalDialog RID_SCDLG_FILLSERIES RadioButton BTN_AUTOFILL { Pos = MAP_APPFONT ( 78 , 56 ) ; - Size = MAP_APPFONT ( 66 , 10 ) ; + Size = MAP_APPFONT ( 69 , 10 ) ; /* ### ACHTUNG: Neuer Text in Resource? Auto-Aus~fllen : Auto-Aus~fllen */ Text = "Auto-Aus~fllen" ; Text [ ENGLISH ] = "~Autofill" ; |