[Libreoffice-commits] .: filter/source

Andras Timar timar at kemper.freedesktop.org
Tue Feb 28 05:09:15 PST 2012


 filter/source/pdf/impdialog.src |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit e54773aa64af28795155aa55b3179141ca904f12
Author: Andras Timar <atimar at suse.com>
Date:   Tue Feb 28 14:06:16 2012 +0100

    fdo#45023 UI fix on PDF export dialog

diff --git a/filter/source/pdf/impdialog.src b/filter/source/pdf/impdialog.src
index 006fa3a..dd8d50b 100644
--- a/filter/source/pdf/impdialog.src
+++ b/filter/source/pdf/impdialog.src
@@ -177,8 +177,9 @@ TabPage  RID_PDF_TAB_GENER
     };
     FixedText FT_ADDSTREAMDESCRIPTION
     {
-        Pos = MAP_APPFONT( 206 , 27 ) ;
-        Size = MAP_APPFONT( 140, 8 ) ;
+        Pos = MAP_APPFONT( 206 , 23 ) ;
+        Size = MAP_APPFONT( 140, 16 ) ;
+        Wordbreak = TRUE ;
         Text[ en-US ] = "Makes this PDF easily editable in %PRODUCTNAME" ;
     };
     CheckBox CB_PDFA_1B_SELECT


More information about the Libreoffice-commits mailing list