diff options
author | Andras Timar <atimar@suse.com> | 2012-08-13 09:56:00 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-13 09:56:00 +0200 |
commit | a91805241c64694b0e4ba16b90edcf56fab2cf5a (patch) | |
tree | 334ae282c8682f424d50fdaa4d727508f6d62cc1 /cui/source | |
parent | fd9c2cca78227f634e34790aa127cc31e4302a56 (diff) |
wider listbox for language names
Change-Id: I2d7d742a393e5b44a2c7584e6a2b8c63ee04cd36
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/autocdlg.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/autocdlg.src b/cui/source/tabpages/autocdlg.src index 4ae539752a41..fd1d6e11a617 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 ; |