[Libreoffice-commits] .: Branch 'libreoffice-3-5' - cui/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Sat Jan 7 07:22:00 PST 2012


 cui/source/options/optdict.src |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5907a4c1b8af1f73e966b4c1fe517dee0a3815f1
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Sat Jan 7 09:29:29 2012 +0400

    move overlapped controls

diff --git a/cui/source/options/optdict.src b/cui/source/options/optdict.src
index 31a8f9a..009aa34 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 ;
     };
 


More information about the Libreoffice-commits mailing list