diff options
author | Oliver Specht <os@openoffice.org> | 2001-02-09 06:44:09 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-02-09 06:44:09 +0000 |
commit | 0700ff46513decef543725ac398c856230c33d01 (patch) | |
tree | a122abb4e7763b3190ca792181386bb49d5bd79a /sw/source/ui/fldui/flddinf.src | |
parent | fdd7e9e67dcf5c7e036756a95d8e70217d7422d0 (diff) |
TabPage size changed
Diffstat (limited to 'sw/source/ui/fldui/flddinf.src')
-rw-r--r-- | sw/source/ui/fldui/flddinf.src | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/fldui/flddinf.src b/sw/source/ui/fldui/flddinf.src index 420e9b603c35..be8fab91e896 100644 --- a/sw/source/ui/fldui/flddinf.src +++ b/sw/source/ui/fldui/flddinf.src @@ -2,9 +2,9 @@ * * $RCSfile: flddinf.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2001-01-26 21:40:10 $ + * last change: $Author: os $ $Date: 2001-02-09 07:44:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,13 +67,13 @@ TabPage TP_FLD_DOKINF HelpID = HID_FLD_DOKINF ; SVLook = TRUE ; Hide = TRUE ; - Size = MAP_APPFONT ( 260 , 135 ) ; + Size = MAP_APPFONT ( 260 , 185 ) ; Text = "Dokumentinfo" ; Text [ ENGLISH ] = "Document information" ; FixedText FT_DOKINFTYPE { Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 76 , 10 ) ; + Size = MAP_APPFONT ( 76 , 8 ) ; Text = "~Feldtyp" ; Text [ ENGLISH ] = "Type" ; Text [ norwegian ] = "Type" ; @@ -103,13 +103,13 @@ TabPage TP_FLD_DOKINF { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 16 ) ; - Size = MAP_APPFONT ( 76 , 113 ) ; + Size = MAP_APPFONT ( 76 , 163 ) ; TabStop = TRUE ; }; FixedText FT_DOKINFSELECTION { Pos = MAP_APPFONT ( 88 , 3 ) ; - Size = MAP_APPFONT ( 76 , 10 ) ; + Size = MAP_APPFONT ( 76 , 8 ) ; Text = "~Auswahl" ; Text [ ENGLISH ] = "Selection" ; Text [ norwegian ] = "Selection" ; @@ -139,7 +139,7 @@ TabPage TP_FLD_DOKINF { Border = TRUE ; Pos = MAP_APPFONT ( 88 , 16 ) ; - Size = MAP_APPFONT ( 76 , 113 ) ; + Size = MAP_APPFONT ( 76 , 163 ) ; TabStop = TRUE ; StringList = { @@ -285,7 +285,7 @@ TabPage TP_FLD_DOKINF FixedText FT_DOKINFFORMAT { Pos = MAP_APPFONT ( 170 , 3 ) ; - Size = MAP_APPFONT ( 84 , 10 ) ; + Size = MAP_APPFONT ( 84 , 8 ) ; TEXT = "F~ormat" ; TEXT [ English ] = "Format" ; Left = TRUE ; @@ -313,13 +313,13 @@ TabPage TP_FLD_DOKINF { Border = TRUE ; Pos = MAP_APPFONT ( 170 , 16 ) ; - Size = MAP_APPFONT ( 84 , 98 ) ; + Size = MAP_APPFONT ( 84 , 148 ) ; TabStop = TRUE ; AutoHScroll = TRUE ; }; CheckBox CB_DOKINFFIXEDCONTENT { - Pos = MAP_APPFONT ( 170 , 120 ) ; + Pos = MAP_APPFONT ( 170 , 170 ) ; Size = MAP_APPFONT ( 72 , 10 ) ; TEXT = "~Inhalt fixieren" ; TEXT [ English ] = "Fixed content" ; |