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

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


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 7593381  Reposition fixed vertical lines
7593381 is described below

commit 7593381ffb46a9be6ab1d6d57f384c691da017eb
Author: mseidel <[email protected]>
AuthorDate: Mon May 24 23:21:04 2021 +0200

    Reposition fixed vertical lines
    
    (cherry picked from commit 7b0e10fa567f7916af4ddc1faf729d7440443004)
---
 main/sc/source/ui/src/miscdlgs.src | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/sc/source/ui/src/miscdlgs.src 
b/main/sc/source/ui/src/miscdlgs.src
index 6b80308..abbab22 100644
--- a/main/sc/source/ui/src/miscdlgs.src
+++ b/main/sc/source/ui/src/miscdlgs.src
@@ -455,11 +455,11 @@ ModalDialog RID_SCDLG_INSCONT
     FixedLine FL_SEP1
     {
         Pos = MAP_APPFONT( 102 , 14 ) ;
-        Size = MAP_APPFONT( 1 , 96 ) ;
+        Size = MAP_APPFONT( 1 , 110 ) ;
     };
     FixedLine FL_SEP2
     {
-        Pos = MAP_APPFONT( 102 , 127 ) ;
+        Pos = MAP_APPFONT( 102 , 141 ) ;
         Size = MAP_APPFONT( 1 , 38 ) ;
     };
 };
@@ -1199,7 +1199,7 @@ ModalDialog RID_SCDLG_GROUP
        {
                Pos = MAP_APPFONT ( 6 , 3 ) ;
         Size = MAP_APPFONT ( 80 , 8 ) ;
-               Text = "Aktivieren f�r" ;
+               Text = "Aktivieren für" ;
        };
        String STR_GROUP
        {

Reply via email to