svtools/source/contnr/templwin.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0d402b449e82e1bf6bdf3415769c5b342130490e Author: Stephan Bergmann <[email protected]> Date: Thu Nov 22 10:06:39 2012 +0100 Do not overlap FT_DOCTEMPLATE_LINK, BTN_DOCTEMPLATE_PACKAGE Change-Id: I6edcd6641dbcd62ceb49f5b975eea6a40a47f6ab diff --git a/svtools/source/contnr/templwin.src b/svtools/source/contnr/templwin.src index 34ba25d..a38a25d 100644 --- a/svtools/source/contnr/templwin.src +++ b/svtools/source/contnr/templwin.src @@ -193,7 +193,7 @@ ModalDialog DLG_DOCTEMPLATE { Left = TRUE ; Pos = MAP_APPFONT ( 6 , 208 ) ; - Size = MAP_APPFONT ( 311 , RSC_CD_FIXEDTEXT_HEIGHT ) ; + Size = MAP_APPFONT ( 200, RSC_CD_FIXEDTEXT_HEIGHT ) ; Text [ en-US ] = "~Get more templates online..."; }; FixedLine FL_DOCTEMPLATE _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
