Hi,

Here is a small patch to make a label in the print dialog longer. It is
necessary in order to have room enough for FR translation.

Best regards.
JBF

-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.

>From 5789b45d550897da60dbd5cd34901b6664471b4a Mon Sep 17 00:00:00 2001
From: Jean-Baptiste FAURE <jbf.fa...@orange.fr>
Date: Fri, 27 Jul 2012 21:35:02 +0200
Subject: [PATCH] Add more room to a label in print dialog too short for FR
 translation

Change-Id: Ib54c7f58cf1d2e510b65038a6a0c21da2d6fd186
---
 padmin/source/rtsetup.src |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/padmin/source/rtsetup.src b/padmin/source/rtsetup.src
index 5044b22..0e5e1d3 100644
--- a/padmin/source/rtsetup.src
+++ b/padmin/source/rtsetup.src
@@ -175,7 +175,7 @@ TabPage RID_RTS_DEVICEPAGE
     FixedText RID_RTS_DEVICE_PRINTLANG_TXT
     {
         Pos = MAP_APPFONT( 5, 130 );
-        Size = MAP_APPFONT( 80, 8 );
+        Size = MAP_APPFONT( 100, 8 );
         Text [ en-US ] = "Printer ~Language type";
     };
     ListBox RID_RTS_DEVICE_PRINTLANG_BOX
-- 
1.7.5.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to