sd/source/filter/html/pubdlg.src | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 48cb13632cad751add8bc9818885a6ea404c2b9c Author: Matthias Seidel <[email protected]> AuthorDate: Sat Nov 10 22:17:33 2018 +0000 Commit: Matthias Seidel <[email protected]> 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" ; } ; }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
