[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Nov 10 23:08:30 UTC 2018


 sd/source/filter/html/pubdlg.src |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 48cb13632cad751add8bc9818885a6ea404c2b9c
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Nov 10 22:17:33 2018 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Nov 10 22:17:33 2018 +0000

    Re-added border for graphic (forgotten one)

diff --git a/sd/source/filter/html/pubdlg.src b/sd/source/filter/html/pubdlg.src
index 210cf506c906..dc295554dc9e 100644
--- a/sd/source/filter/html/pubdlg.src
+++ b/sd/source/filter/html/pubdlg.src
@@ -99,9 +99,10 @@ ModalDialog DLG_PUBLISHING
     FixedBitmap PAGE2_BMP
     {
         OutputSize = TRUE ;
+        Border = TRUE ;
         Scale = TRUE ;
-        Pos = MAP_APPFONT ( 6, 5 ) ;
-        Size = MAP_APPFONT ( 260, 29 ) ;
+        Pos = MAP_APPFONT ( 6, 4 ) ;
+        Size = MAP_APPFONT ( 258, 29 ) ;
         Fixed = Bitmap { File = "pubdlg1.png" ; } ;
     };
 


More information about the Libreoffice-commits mailing list