Author: mseidel
Date: Thu Jul 12 10:35:57 2018
New Revision: 1835715

URL: http://svn.apache.org/viewvc?rev=1835715&view=rev
Log:
Small change to the aspect ratio of the graphics

Modified:
    openoffice/trunk/main/sd/source/filter/html/pubdlg.src

Modified: openoffice/trunk/main/sd/source/filter/html/pubdlg.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/filter/html/pubdlg.src?rev=1835715&r1=1835714&r2=1835715&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/filter/html/pubdlg.src (original)
+++ openoffice/trunk/main/sd/source/filter/html/pubdlg.src Thu Jul 12 10:35:57 
2018
@@ -147,7 +147,7 @@ ModalDialog DLG_PUBLISHING
        {
                Pos = MAP_APPFONT( 21, 102 );
                Scale = TRUE;
-               Size = MAP_APPFONT( 60, 45 );
+               Size = MAP_APPFONT( 60, 48 );
                Fixed = Bitmap { File = "pubdes1.png"; };
                OutputSize = TRUE ;
                Border = TRUE;
@@ -157,7 +157,7 @@ ModalDialog DLG_PUBLISHING
        {
                Pos = MAP_APPFONT( 21, 102 );
                Scale = TRUE;
-               Size = MAP_APPFONT( 60, 45 );
+               Size = MAP_APPFONT( 60, 48 );
                Fixed = Bitmap { File = "pubdes2.png"; };
                OutputSize = TRUE ;
                Border = TRUE;
@@ -167,7 +167,7 @@ ModalDialog DLG_PUBLISHING
        {
                Pos = MAP_APPFONT( 21, 102 );
                Scale = TRUE;
-               Size = MAP_APPFONT( 60, 45 );
+               Size = MAP_APPFONT( 60, 48 );
                Fixed = Bitmap { File = "pubdes3.png"; };
                OutputSize = TRUE ;
                Border = TRUE;
@@ -177,7 +177,7 @@ ModalDialog DLG_PUBLISHING
        {
                Pos = MAP_APPFONT( 21, 102 );
                Scale = TRUE;
-               Size = MAP_APPFONT( 60, 45 );
+               Size = MAP_APPFONT( 60, 48 );
                Fixed = Bitmap { File = "pubdes4.png"; };
                OutputSize = TRUE ;
                Border = TRUE;


Reply via email to