[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

Michael Meeks michael at kemper.freedesktop.org
Thu Dec 8 02:18:48 PST 2011


 sc/source/ui/src/namedefdlg.src |    2 +-
 sc/source/ui/src/namedlg.src    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2357cd3e95b46fb74e364cfd25f59fd5524d0c95
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date:   Wed Dec 7 15:56:17 2011 -0200

    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.

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 3e2eb42..6c1c46a 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


More information about the Libreoffice-commits mailing list