diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-07 09:29:29 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-07 19:19:29 +0400 |
commit | bcaa334ad6cba9b339a72bfdf9d5e74a7773cacd (patch) | |
tree | d2a1eb2c587de4dd126f66662b306a8241328ec6 /cui | |
parent | e99464ea0f8aec2d015b3136b84a3b26e2bcda52 (diff) |
move overlapped controls
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optdict.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/options/optdict.src b/cui/source/options/optdict.src index 31a8f9a930a7..009aa34386a1 100644 --- a/cui/source/options/optdict.src +++ b/cui/source/options/optdict.src @@ -122,8 +122,8 @@ ModalDialog RID_SFXDLG_EDITDICT { HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_ALLDICTS"; Border = TRUE ; - Pos = MAP_APPFONT ( 82 , 9 ) ; - Size = MAP_APPFONT ( 121 , 62 ) ; + Pos = MAP_APPFONT ( 100 , 9 ) ; + Size = MAP_APPFONT ( 103 , 62 ) ; DropDown = TRUE ; }; FixedText FT_DICTLANG @@ -136,8 +136,8 @@ ModalDialog RID_SFXDLG_EDITDICT { HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_DICTLANG"; Border = TRUE ; - Pos = MAP_APPFONT ( 82 , 25 ) ; - Size = MAP_APPFONT ( 121 , 66 ) ; + Pos = MAP_APPFONT ( 100 , 25 ) ; + Size = MAP_APPFONT ( 103 , 66 ) ; DropDown = TRUE ; }; |