From ba1a2895cf0ad23b1a3b6dd95ac7e1855632db42 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Thu, 8 Mar 2001 09:23:44 +0000 Subject: size corrected --- svx/source/dialog/hdft.src | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/svx/source/dialog/hdft.src b/svx/source/dialog/hdft.src index e0d3a0899c4d..621e69c32359 100644 --- a/svx/source/dialog/hdft.src +++ b/svx/source/dialog/hdft.src @@ -2,9 +2,9 @@ * * $RCSfile: hdft.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: os $ $Date: 2001-02-09 07:35:52 $ + * last change: $Author: os $ $Date: 2001-03-08 10:23:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ TabPage RID_SVXPAGE_HEADER Text [ dutch ] = "Koptekst" ; Text [ spanish ] = "Encabezamiento" ; Text [ english_us ] = "Header" ; - Size = MAP_APPFONT ( 260 , 135 ) ; + Size = MAP_APPFONT ( 260 , 185 ) ; CheckBox CB_TURNON { Pos = MAP_APPFONT ( 12 , 15 ) ; @@ -342,7 +342,7 @@ TabPage RID_SVXPAGE_HEADER GroupBox GB_FRAME { Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 157 , 143 ) ; + Size = MAP_APPFONT ( 157 , 146 ) ; Text = "Kopfzeile" ; Text [ ENGLISH ] = "Header" ; Text [ norwegian ] = "Header" ; @@ -375,7 +375,7 @@ TabPage RID_SVXPAGE_HEADER GroupBox GB_BSP { Pos = MAP_APPFONT ( 171 , 3 ) ; - Size = MAP_APPFONT ( 83 , 143 ) ; + Size = MAP_APPFONT ( 83 , 146 ) ; Text = "Vorschau" ; Text [ ENGLISH ] = "Example" ; Text [ norwegian ] = "Eksempel" ; @@ -457,13 +457,11 @@ TabPage RID_SVXPAGE_FOOTER Text [ dutch ] = "Voettekst" ; Text [ spanish ] = "Pie de página" ; Text [ english_us ] = "Footer" ; - Size = MAP_APPFONT ( 260 , 135 ) ; + Size = MAP_APPFONT ( 260 , 185 ) ; CheckBox CB_TURNON { Pos = MAP_APPFONT ( 12 , 15 ) ; Size = MAP_APPFONT ( 145 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~Fußzeile einschalten : ~Fu˜zeile einschalten */ - /* ### ACHTUNG: Neuer Text in Resource? ~Fußzeile einschalten : ~Fu˜zeile einschalten */ Text = "~Fußzeile einschalten" ; Text [ ENGLISH ] = "~Turn on Footer" ; Text [ norwegian ] = "~Footer, with distance" ; @@ -722,7 +720,7 @@ TabPage RID_SVXPAGE_FOOTER GroupBox GB_FRAME { Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 157 , 143 ) ; + Size = MAP_APPFONT ( 157 , 146 ) ; Text = "Fußzeile" ; Text [ ENGLISH ] = "Footer" ; Text [ norwegian ] = "Footer" ; @@ -755,7 +753,7 @@ TabPage RID_SVXPAGE_FOOTER GroupBox GB_BSP { Pos = MAP_APPFONT ( 171 , 3 ) ; - Size = MAP_APPFONT ( 83 , 143 ) ; + Size = MAP_APPFONT ( 83 , 146 ) ; Text = "Vorschau" ; Text [ ENGLISH ] = "Example" ; Text [ norwegian ] = "Eksempel" ; -- cgit