[Libreoffice-commits] .: svx/source

Petr Mladek pmladek at kemper.freedesktop.org
Mon Nov 8 07:14:21 PST 2010


 svx/source/intro/ooo.src |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e18dc7803cf47d9848be13813efed071463c9499
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Nov 8 16:11:53 2010 +0100

    more space for copyright text in the about dialog
    
    It added the scroll bar on SLED10 and looked ugly.

diff --git a/svx/source/intro/ooo.src b/svx/source/intro/ooo.src
index 7e033db..ad9f89e 100644
--- a/svx/source/intro/ooo.src
+++ b/svx/source/intro/ooo.src
@@ -65,7 +65,7 @@ String RID_BUILDVERSION
 ModalDialog RID_DEFAULTABOUT
 {
     OutputSize = TRUE ;
-    Size = MAP_APPFONT ( 245 , 260 ) ;
+    Size = MAP_APPFONT ( 245 , 280 ) ;
     Moveable = TRUE ;
     SVLook = TRUE ;
     TEXT_DEFAULTABOUT
@@ -88,7 +88,7 @@ ModalDialog RID_DEFAULTABOUT
     {
         Border = FALSE ;
         Pos = MAP_APPFONT ( 54 , 25 ) ;
-        Size = MAP_APPFONT ( 168 , 51 ) ;
+        Size = MAP_APPFONT ( 168 , 71 ) ;
         IgnoreTab = TRUE ;
         ReadOnly = TRUE ;
         AutoVScroll = TRUE ;
@@ -98,7 +98,7 @@ ModalDialog RID_DEFAULTABOUT
         NoLabel = TRUE;
         TabStop = TRUE;
         Text [ en-US ] = "Contributor credits";
-        Pos = MAP_APPFONT ( 54 , 80 ) ;
+        Pos = MAP_APPFONT ( 54 , 100 ) ;
         Size = MAP_APPFONT ( 168 , 10 ) ;
     };
     String ABOUT_STR_VERSION


More information about the Libreoffice-commits mailing list