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 2022/09/23 18:10:59 UTC

[openoffice] branch AOO42X updated: Small change in dialog

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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 2176ad32da Small change in dialog
2176ad32da is described below

commit 2176ad32da30c31da0c9703d2a141d1b36252456
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Sep 23 19:51:17 2022 +0200

    Small change in dialog
    
    (cherry picked from commit a39633e71443938ee22af305c93c4a91f86ad37f)
---
 main/sw/source/ui/fldui/changedb.src | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/sw/source/ui/fldui/changedb.src b/main/sw/source/ui/fldui/changedb.src
index f1d726fb2b..7bbe153546 100644
--- a/main/sw/source/ui/fldui/changedb.src
+++ b/main/sw/source/ui/fldui/changedb.src
@@ -86,14 +86,14 @@ ModalDialog DLG_CHANGE_DB
 	};
 	FixedText FT_DOCDBTEXT
 	{
-		Pos = MAP_APPFONT ( 6, 161 ) ;
+		Pos = MAP_APPFONT ( 12, 161 ) ;
 		Size = MAP_APPFONT ( 100, 8 ) ;
 		Left = TRUE ;
 		Text [ en-US ] = "Database applied to document:" ;
 	};
 	FixedText FT_DOCDBNAME
 	{
-		Pos = MAP_APPFONT ( 109, 161 ) ;
+		Pos = MAP_APPFONT ( 118, 161 ) ;
 		Size = MAP_APPFONT ( 114, 8 ) ;
 		Left = TRUE ;
 		Text [ en-US ] = "Addresses.Addresses" ;