diff options
author | Frank Meies <fme@openoffice.org> | 2001-06-03 13:21:57 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-06-03 13:21:57 +0000 |
commit | 436b7e4094dd78eafc346143e55cf51e62bc597b (patch) | |
tree | 234d621e81f11230c1e057f0189a46112e675312 /sw/source/ui/fldui/flddb.src | |
parent | 6bf9c43d7180e0abcb2ed45b894855d8cd019cff (diff) |
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/fldui/flddb.src')
-rw-r--r-- | sw/source/ui/fldui/flddb.src | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/fldui/flddb.src b/sw/source/ui/fldui/flddb.src index 943ac1dcf8aa..1df998e3801f 100644 --- a/sw/source/ui/fldui/flddb.src +++ b/sw/source/ui/fldui/flddb.src @@ -2,9 +2,9 @@ * * $RCSfile: flddb.src,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: fme $ $Date: 2001-05-30 16:37:36 $ + * last change: $Author: fme $ $Date: 2001-06-03 14:09:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -329,8 +329,9 @@ TabPage TP_FLD_DB }; FixedLine FL_DBFORMAT_VERT { - Pos = MAP_APPFONT ( 87 , 148 ) ; - Size = MAP_APPFONT ( 4 , 31 ) ; + Pos = MAP_APPFONT ( 87 , 152 ) ; + Size = MAP_APPFONT ( 4 , 28 ) ; + Vert = TRUE; }; Text [ english_us ] = "Database" ; Text [ portuguese_brazilian ] = "Datenbank" ; |