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 <olivier.hallot@alta.org.br>
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
Context
- [Libreoffice] [PATCH] fix for bug fdo#41396: [UI] Need more room for localized string (III) · Olivier Hallot
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.