You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/04/27 15:24:45 UTC

[openoffice] branch trunk updated: Minor correction

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 72ce4a3  Minor correction
72ce4a3 is described below

commit 72ce4a3147bf8e16f9e9faf78d490c2d38462ef0
Author: mseidel <ms...@apache.org>
AuthorDate: Mon Apr 27 17:23:37 2020 +0200

    Minor correction
---
 main/cui/source/dialogs/scriptdlg.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/cui/source/dialogs/scriptdlg.src b/main/cui/source/dialogs/scriptdlg.src
index f0c36f8..da17e27 100644
--- a/main/cui/source/dialogs/scriptdlg.src
+++ b/main/cui/source/dialogs/scriptdlg.src
@@ -167,7 +167,7 @@ ModalDialog RID_DLG_NEWLIB
 	FixedText FT_NEWLIB
 	{
 		Pos = MAP_APPFONT ( 6, 6 ) ;
-		Size = MAP_APPFONT ( 100, 50 ) ;
+		Size = MAP_APPFONT ( 92, 50 ) ;
 		WordBreak = TRUE ;
 		Text [ en-US ] = "Enter the name for the new library." ;
 	};