diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-05-06 22:16:59 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-05-06 22:18:55 +0400 |
commit | 31182ed08494ed6afa3371aa246b155c6b58e8b3 (patch) | |
tree | 81bd4ab03f29549d6425172ee6e0384a73ac73d3 | |
parent | 30115a0e78cba478562f183fe06da025b3f44936 (diff) |
fdo#49421: the "Available language modules" list is too small and unusable
Change-Id: Ie1b68176765dec49307fb8928738073052188ccf
-rw-r--r-- | cui/source/options/optlingu.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optlingu.src b/cui/source/options/optlingu.src index 1187295b2ac3..b52de087d72c 100644 --- a/cui/source/options/optlingu.src +++ b/cui/source/options/optlingu.src @@ -219,7 +219,7 @@ TabPage RID_SFXPAGE_LINGU Control CLB_LINGU_MODULES { Pos = MAP_APPFONT ( 12 , 25 ) ; - Size = MAP_APPFONT ( 182 , 30 ) ; + Size = MAP_APPFONT ( 182 , 34 ) ; Border = TRUE ; TabStop = TRUE ; }; |