Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

This patch adds more room to the string "Range Options" when localized
in the Named range dialogs.

The issue shows in LO 3.5 Beta-0, so it will be nice to cherry-pick it.


Regards
- -- 
Olivier Hallot
Founder, Board of Directors Member - The Document Foundation
LibreOffice translation leader for Brazilian Portuguese
+55-21-8822-8812
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJO37TpAAoJEJp3R7nH3vLxl5UH/javFSB9+vBIip1oeAqyg6zO
TQft/t1baPc+BdrvkSsRNhjWQdUqMHFVgbQVLtXPyVvniLbXbOdSzAstZ7sc+DWz
LAoRkcHoxUzt449ynomirf1wjAedClnF+zkNBlJaZKlbMfazwEZ5T9zxVYi3u6jY
FhSJ4mZKctj5uCnxOC/xuBCNt1wZU/O+m/cxGauYeha4NIJy4d4gLHQ9dRXuSr2P
1Lab3OZd4ja95NFiXmdSx97acBi7/lorj7e+1/h370ZqdxzPOfyXKcCtEweQPdHS
r4rVZPHxkGn+EGoCGTbq2quw5ZlNTJup+qxoCI1suqfvfeuWUMK1BUKdYxjrp5A=
=1Efo
-----END PGP SIGNATURE-----
From ac81abadb59311009ce2f721da3fb7f3feeee690 Mon Sep 17 00:00:00 2001
From: Olivier Hallot <olivier.hallot@alta.org.br>
Date: Wed, 7 Dec 2011 15:56:17 -0200
Subject: [PATCH] Fix for bug fdo43586, need more room for localized string

This patch fixzex bug fdo43586, more room needed for localized strings in named range dialog.
---
 sc/source/ui/src/namedefdlg.src |    2 +-
 sc/source/ui/src/namedlg.src    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sc/source/ui/src/namedefdlg.src b/sc/source/ui/src/namedefdlg.src
index 1a19f0b..42538dd 100644
--- a/sc/source/ui/src/namedefdlg.src
+++ b/sc/source/ui/src/namedefdlg.src
@@ -55,7 +55,7 @@ ModelessDialog RID_SCDLG_NAMES_DEFINE
     CheckBox BTN_MORE
     {
         Pos = MAP_APPFONT( 5, 82 );
-        Size = MAP_APPFONT( 60, 15 );
+        Size = MAP_APPFONT( 80, 15 );
         Text [en-US] = "Range Options";
     };
     FixedText FT_INFO
diff --git a/sc/source/ui/src/namedlg.src b/sc/source/ui/src/namedlg.src
index 077a7cb..daeabef 100644
--- a/sc/source/ui/src/namedlg.src
+++ b/sc/source/ui/src/namedlg.src
@@ -128,7 +128,7 @@ ModelessDialog RID_SCDLG_NAMES
     {
         HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE";
         Pos = MAP_APPFONT ( 5 , 185 ) ;
-        Size = MAP_APPFONT ( 50 , 15 ) ;
+        Size = MAP_APPFONT ( 80 , 15 ) ;
         Text [en-US] = "Range Options";
     };
     FixedLine FL_DIV
-- 
1.7.5.4


Context


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.