diff options
author | Frank Meies <fme@openoffice.org> | 2001-06-01 09:39:40 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-06-01 09:39:40 +0000 |
commit | 289dd299a6e53539a0d82fff0d5c45207a1a5703 (patch) | |
tree | b3ca96030afcdd24045959364b674edc2f563cd8 /sw/source/ui/chrdlg/chardlg.src | |
parent | 5858c27003a0b9d4c7d1cd1d5b8377cfc722c6d5 (diff) |
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/chrdlg/chardlg.src')
-rw-r--r-- | sw/source/ui/chrdlg/chardlg.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/chrdlg/chardlg.src b/sw/source/ui/chrdlg/chardlg.src index 8c8d079d327b..eeb320e415df 100644 --- a/sw/source/ui/chrdlg/chardlg.src +++ b/sw/source/ui/chrdlg/chardlg.src @@ -2,9 +2,9 @@ * * $RCSfile: chardlg.src,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: kz $ $Date: 2001-05-30 20:04:40 $ + * last change: $Author: fme $ $Date: 2001-06-01 10:35:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -350,10 +350,10 @@ TabPage TP_CHAR_URL SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; - GroupBox GB_URL + FixedLine FL_URL { Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 248 , 97 ) ; + Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Hyperlink" ; Text [ English ] = "Hyperlink" ; Text [ english_us ] = "Hyperlink" ; @@ -585,10 +585,10 @@ TabPage TP_CHAR_URL Text[ catalan ] = "~Acontecimientos..."; Text[ finnish ] = "~Tapahtumat"; }; - GroupBox GB_STYLE + FixedLine FL_STYLE { Pos = MAP_APPFONT ( 6 , 104 ) ; - Size = MAP_APPFONT ( 248 , 43 ) ; + Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Zeichenvorlagen" ; Text [ English ] = "Character styles" ; Text [ dutch ] = "Tekenopmaakprofielen" ; |