[PATCH] Fix for bug fdo43586, need more room for localized string

Olivier Hallot olivier.hallot at alta.org.br
Wed Dec 7 09:56:17 PST 2011


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


--------------090706090409080607060805--


More information about the LibreOffice mailing list