[Libreoffice-commits] .: filter/source
Andreas Mantke
andreasma at kemper.freedesktop.org
Sun Apr 15 06:13:45 PDT 2012
filter/source/pdf/impdialog.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3074bc8f47c2fdb955f22e22dbb6aaee0ffad9b3
Author: Andreas Mantke <maand at gmx.de>
Date: Sun Apr 15 15:08:31 2012 +0200
PDF export dialog for watermark - textbox made higher
The line hight for the dialog box was not high enough; changed it from 8
to 10.
diff --git a/filter/source/pdf/impdialog.src b/filter/source/pdf/impdialog.src
index 2c634d9..8c73d20 100644
--- a/filter/source/pdf/impdialog.src
+++ b/filter/source/pdf/impdialog.src
@@ -181,7 +181,7 @@ TabPage RID_PDF_TAB_GENER
{
HelpID = "filter:Edit:RID_PDF_TAB_GENER:EDIT_WATERMARKTEXT";
Pos = MAP_APPFONT ( 15, 160 ) ;
- Size = MAP_APPFONT ( 100 , 8 ) ;
+ Size = MAP_APPFONT ( 100 , 10 ) ;
Border = TRUE;
};
More information about the Libreoffice-commits
mailing list