[Libreoffice-commits] .: sc/source

David Tardon dtardon at kemper.freedesktop.org
Mon Mar 14 06:05:35 PDT 2011


 sc/source/ui/src/filter.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9bc535516802603b08d2e1e401010439702baef4
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Mar 8 13:43:22 2011 +0100

    make more space for the MoreButton's label
    
    E.g., Japan localization needs it.

diff --git a/sc/source/ui/src/filter.src b/sc/source/ui/src/filter.src
index 52ce38d..5946ac5 100644
--- a/sc/source/ui/src/filter.src
+++ b/sc/source/ui/src/filter.src
@@ -401,14 +401,14 @@ ModelessDialog RID_SCDLG_FILTER
     };
     HelpButton BTN_HELP
     {
-        Pos = MAP_APPFONT ( 62 , 101 ) ;
+        Pos = MAP_APPFONT ( 72 , 101 ) ;
         Size = MAP_APPFONT ( 50 , 14 ) ;
         TabStop = TRUE ;
     };
     MoreButton BTN_MORE
     {
         Pos = MAP_APPFONT ( 6 , 101 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+        Size = MAP_APPFONT ( 60 , 14 ) ;
         TabStop = TRUE ;
         MapUnit = MAP_APPFONT ;
         Delta = 81 ;


More information about the Libreoffice-commits mailing list