[Libreoffice-commits] .: cui/source

Andras Timar timar at kemper.freedesktop.org
Mon Aug 13 00:54:26 PDT 2012


 cui/source/tabpages/autocdlg.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a91805241c64694b0e4ba16b90edcf56fab2cf5a
Author: Andras Timar <atimar at suse.com>
Date:   Mon Aug 13 09:56:00 2012 +0200

    wider listbox for language names
    
    Change-Id: I2d7d742a393e5b44a2c7584e6a2b8c63ee04cd36

diff --git a/cui/source/tabpages/autocdlg.src b/cui/source/tabpages/autocdlg.src
index 4ae5397..fd1d6e1 100644
--- a/cui/source/tabpages/autocdlg.src
+++ b/cui/source/tabpages/autocdlg.src
@@ -94,7 +94,7 @@ TabDialog RID_OFA_AUTOCORR_DLG
     ListBox LB_LANG
     {
         Pos = MAP_APPFONT ( 150 , 3 ) ;
-        Size = MAP_APPFONT ( 60 , 100 ) ;
+        Size = MAP_APPFONT ( 80 , 100 ) ;
         DropDown = TRUE;
         TabStop = TRUE ;
         Border = TRUE ;


More information about the Libreoffice-commits mailing list