From 20064583080a8622ba1b8f217cb0b9c184a3ae15 Mon Sep 17 00:00:00 2001 From: Andreas Mantke Date: Sat, 23 Mar 2013 12:36:27 +0100 Subject: fixed the dialog because there was an overlap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5520eed20357d493ef198a935486f45dd7181e0a Reviewed-on: https://gerrit.libreoffice.org/2926 Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen --- sd/source/ui/animations/CustomAnimationDialog.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/animations/CustomAnimationDialog.src b/sd/source/ui/animations/CustomAnimationDialog.src index f8f7afe4c111..2bd8664532e3 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.src +++ b/sd/source/ui/animations/CustomAnimationDialog.src @@ -636,7 +636,7 @@ TabPage RID_TP_CUSTOMANIMATION_TEXT { HelpID = "sd:CheckBox:RID_TP_CUSTOMANIMATION_TEXT:CBX_GROUP_AUTO"; Pos = MAP_APPFONT ( X0 , 20 ) ; - Size = MAP_APPFONT ( W0 , 10 ) ; + Size = MAP_APPFONT ( W1 , 8 ) ; TabStop = TRUE ; Text [ en-US ] = "Automatically after" ; }; -- cgit