This patch fixes bug 41396, truncated localized string
Regards
--
Olivier Hallot
Founder and Steering Commitee Member
The Document Foundation
From 200c2678b80d8b4f035230791debd18cc2d50404 Mon Sep 17 00:00:00 2001
From: Olivier Hallot <[email protected]>
Date: Sat, 1 Oct 2011 22:47:14 -0300
Subject: [PATCH] Fix for bug fdo#41396 - Need more room for localized string (III)
The following patch resizes one string in the named interval dialog to
display localized strings without truncation
Sizes adjusted for fontsize = 10
---
sc/source/ui/src/namedlg.src | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sc/source/ui/src/namedlg.src b/sc/source/ui/src/namedlg.src
index 00c5c82..449dcc8 100644
--- a/sc/source/ui/src/namedlg.src
+++ b/sc/source/ui/src/namedlg.src
@@ -149,7 +149,7 @@ ModelessDialog RID_SCDLG_NAMES
{
HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA";
Pos = MAP_APPFONT ( 6 , 208 ) ;
- Size = MAP_APPFONT ( 60 , 10 ) ;
+ Size = MAP_APPFONT ( 80 , 10 ) ;
Text [ en-US ] = "~Print range" ;
TabStop = TRUE ;
};
--
1.7.4.1
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice