[Libreoffice-commits] core.git: sd/source

Andreas Mantke maand at gmx.de
Sat Mar 23 05:10:33 PDT 2013


 sd/source/ui/animations/CustomAnimationDialog.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 20064583080a8622ba1b8f217cb0b9c184a3ae15
Author: Andreas Mantke <maand at gmx.de>
Date:   Sat Mar 23 12:36:27 2013 +0100

    fixed the dialog because there was an overlap
    
    Change-Id: I5520eed20357d493ef198a935486f45dd7181e0a
    Reviewed-on: https://gerrit.libreoffice.org/2926
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>

diff --git a/sd/source/ui/animations/CustomAnimationDialog.src b/sd/source/ui/animations/CustomAnimationDialog.src
index f8f7afe4..2bd8664 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" ;
     };


More information about the Libreoffice-commits mailing list