[Libreoffice-commits] .: sc/source

Andras Timar timar at kemper.freedesktop.org
Mon Jun 6 05:28:22 PDT 2011


 sc/source/ui/dbgui/dapitype.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f4f929a6f7a8645956983c9c72a5590d0ceb7c2d
Author: Andras Timar <atimar at suse.com>
Date:   Mon Jun 6 14:27:31 2011 +0200

    fix a dialog layout problem - fdo#37985

diff --git a/sc/source/ui/dbgui/dapitype.src b/sc/source/ui/dbgui/dapitype.src
index 283106c..b9c636b 100644
--- a/sc/source/ui/dbgui/dapitype.src
+++ b/sc/source/ui/dbgui/dapitype.src
@@ -74,13 +74,13 @@ ModalDialog RID_SCDLG_DAPITYPE
     RadioButton BTN_NAMED_RANGE
     {
         Pos = MAP_APPFONT ( 12 , 32 ) ;
-        Size = MAP_APPFONT ( 70 , 10 ) ;
+        Size = MAP_APPFONT ( 80 , 10 ) ;
         TabStop = TRUE ;
         Text [ en-US ] = "~Named range";
     };
     ListBox LB_NAMED_RANGE
     {
-        Pos = MAP_APPFONT ( 90 , 31 ) ;
+        Pos = MAP_APPFONT ( 100 , 31 ) ;
         Size = MAP_APPFONT ( 70 , 10 ) ;
         TabStop = TRUE ;
         DropDown = TRUE ;


More information about the Libreoffice-commits mailing list