diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:14:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:14:21 +0000 |
commit | a3819152bc04a1b442f21a07fad539d319aec215 (patch) | |
tree | ba6f97500fcde648cf284c6f941a945184d811df /sd/source/ui/animations/CustomAnimationCreateDialog.src | |
parent | 1928386f3b3dccbe4bbe7286273f452a04cba11c (diff) |
INTEGRATION: CWS impress29 (1.3.44); FILE MERGED
2005/01/17 18:16:08 cl 1.3.44.1: #i40831# fixed dialog high to cover checkbox
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationCreateDialog.src')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationCreateDialog.src | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.src b/sd/source/ui/animations/CustomAnimationCreateDialog.src index 18430c32600f..5520dcd8e058 100644 --- a/sd/source/ui/animations/CustomAnimationCreateDialog.src +++ b/sd/source/ui/animations/CustomAnimationCreateDialog.src @@ -2,9 +2,9 @@ * * $RCSfile: CustomAnimationCreateDialog.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-30 09:55:06 $ + * last change: $Author: obo $ $Date: 2005-01-25 15:14:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ TabDialog DLG_CUSTOMANIMATION_CREATE { - Size = MAP_APPFONT ( 162 , 240 ) ; + Size = MAP_APPFONT ( 162 , 244 ) ; OutputSize = TRUE ; SVLook = TRUE ; Moveable = TRUE ; @@ -137,7 +137,7 @@ TabPage RID_TP_CUSTOMANIMATION_ENTRANCE ListBox LB_EFFECTS { Pos = MAP_APPFONT ( 3 , 3 ) ; - Size = MAP_APPFONT( 144, 165 ); + Size = MAP_APPFONT( 144, 160 ); OutputSize = TRUE; TabStop = TRUE ; Border = TRUE ; @@ -146,7 +146,7 @@ TabPage RID_TP_CUSTOMANIMATION_ENTRANCE FixedText FT_SPEED { OutputSize = TRUE; - Pos = MAP_APPFONT ( 3 , 174 ) ; + Pos = MAP_APPFONT ( 3 , 167 ) ; Size = MAP_APPFONT( 42, 8 ); Text [ de ] = "Geschwindigkeit"; @@ -155,7 +155,7 @@ TabPage RID_TP_CUSTOMANIMATION_ENTRANCE ComboBox CB_SPEED { - Pos = MAP_APPFONT ( 48 , 173 ) ; + Pos = MAP_APPFONT ( 48 , 166 ) ; Size = MAP_APPFONT ( 101, 48 ); TabStop = TRUE ; Border = TRUE ; @@ -164,7 +164,7 @@ TabPage RID_TP_CUSTOMANIMATION_ENTRANCE CheckBox CBX_PREVIEW { - Pos = MAP_APPFONT ( 3 , 188 ) ; + Pos = MAP_APPFONT ( 3 , 181 ) ; Size = MAP_APPFONT ( 143 , 10 ) ; TabStop = TRUE ; Text [ de ] = "Automatische Vorschau" ; |