diff options
author | Oliver Specht <os@openoffice.org> | 2001-12-04 10:40:27 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-12-04 10:40:27 +0000 |
commit | 11a305b62375fccacdf4bae6cc4091f6766312cf (patch) | |
tree | dc7418675a1c087c54b35d584f791103176252ac | |
parent | 54311cd6a33e39a155f55421f93583501896c801 (diff) |
#90649# FixedText resized
-rw-r--r-- | svx/source/dialog/srchdlg.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/srchdlg.src b/svx/source/dialog/srchdlg.src index b9b4ddca3317..fa941c9980f9 100644 --- a/svx/source/dialog/srchdlg.src +++ b/svx/source/dialog/srchdlg.src @@ -2,9 +2,9 @@ * * $RCSfile: srchdlg.src,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: rt $ $Date: 2001-11-23 22:55:47 $ + * last change: $Author: os $ $Date: 2001-12-04 11:40:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -530,7 +530,7 @@ ModelessDialog RID_SVXDLG_SEARCH }; PushButton PB_SIMILARITY { - Pos = MAP_APPFONT ( 276 , 101 ) ; + Pos = MAP_APPFONT ( 282 , 101 ) ; Size = MAP_APPFONT ( 14 , 14 ) ; Text = "~..." ; TabStop = TRUE ; @@ -538,7 +538,7 @@ ModelessDialog RID_SVXDLG_SEARCH CheckBox CB_JAP_MATCH_FULL_HALF_WIDTH { Pos = MAP_APPFONT ( 192 , 116 ) ; - Size = MAP_APPFONT ( 81 , 10 ) ; + Size = MAP_APPFONT ( 104 , 10 ) ; TabStop = TRUE ; Text = "Zeichenbreite berücksichtigen" ; Text [ English ] = "Match character width" ; @@ -593,7 +593,7 @@ ModelessDialog RID_SVXDLG_SEARCH }; PushButton PB_JAP_OPTIONS { - Pos = MAP_APPFONT ( 276 , 127 ) ; + Pos = MAP_APPFONT ( 282 , 127 ) ; Size = MAP_APPFONT ( 14 , 14 ) ; Text = "..." ; TabStop = TRUE ; |