[PATCH] Fix for the dialog PDF Options, register Digital Signatures

Andreas Mantke (via Code Review) gerrit at gerrit.libreoffice.org
Mon Apr 1 12:57:51 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3157

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/3157/1

Fix for the dialog PDF Options, register Digital Signatures

This patch changes the length of the fixed text field "Use this certificate (...)"
because in some languages, e.g. German, the translation fits not into the available
space.
It also changes for the same reason the width of the Select- and the Clear-Button.

Change-Id: Ifbba3e40b27d96da4706c8dcdf4d9ab26069a83f
---
M filter/source/pdf/impdialog.src
1 file changed, 4 insertions(+), 4 deletions(-)



diff --git a/filter/source/pdf/impdialog.src b/filter/source/pdf/impdialog.src
index 0155b07..8d74616 100644
--- a/filter/source/pdf/impdialog.src
+++ b/filter/source/pdf/impdialog.src
@@ -820,7 +820,7 @@
     FixedText FT_SIGN_CERT_TEXT
     {
         Pos = MAP_APPFONT( 6, 3 );
-        Size = MAP_APPFONT( 200, 10 );
+        Size = MAP_APPFONT( 250, 10 );
         Text[ en-US ] = "Use this certificate to digitally sign PDF documents:";
     };
 
@@ -836,15 +836,15 @@
     {
         TabStop = TRUE ;
         Pos = MAP_APPFONT ( 130, 17 ) ;
-        Size = MAP_APPFONT ( 30 , 13 ) ;
+        Size = MAP_APPFONT ( 40 , 13 ) ;
         Text[ en-US ] = "~Select...";
     };
 
     PushButton BTN_SIGN_CERT_CLEAR
     {
         TabStop = TRUE ;
-        Pos = MAP_APPFONT ( 165, 17 ) ;
-        Size = MAP_APPFONT ( 30 , 13 ) ;
+        Pos = MAP_APPFONT ( 175, 17 ) ;
+        Size = MAP_APPFONT ( 40 , 13 ) ;
         Text[ en-US ] = "Clear";
     };
 

-- 
To view, visit https://gerrit.libreoffice.org/3157
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbba3e40b27d96da4706c8dcdf4d9ab26069a83f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Andreas Mantke <andreas.mantke at googlemail.com>



More information about the LibreOffice mailing list