[Libreoffice-commits] core.git: instsetoo_native/CustomTarget_setup.mk instsetoo_native/util

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Fri May 15 12:57:00 UTC 2020


 instsetoo_native/CustomTarget_setup.mk  |    2 +-
 instsetoo_native/util/openoffice.lst.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 692efa7bdaf8d143602f23520c230202f2bafdf7
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Fri May 15 11:50:21 2020 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Fri May 15 14:56:24 2020 +0200

    Resolves tdf#133024 - Position of text in splash screen
    
    Moved to 170, see also a165bb8565539e2d0533362a99236829c23e9be8
    
    Change-Id: I61f4c3ab4cfd069365e539b803c3c4d084166c10
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94287
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index e2fe7ce5d625..5692f45f2e89 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -141,7 +141,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
 		&& echo 'ProgressSize=385,8' \
 		&& echo 'ProgressPositionHigh=30,200' \
 		&& echo 'ProgressSizeHigh=650,12' \
-		&& echo 'ProgressTextBaseline=160' \
+		&& echo 'ProgressTextBaseline=170' \
 		&& echo 'ProgressTextColor=0,0,0' \
 		&& echo 'SecureUserConfig=true' \
 		&& echo 'SecureUserConfigCompress=true' \
diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
index a30779a8e220..758eaf0389f6 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -21,7 +21,7 @@ Globals
             PROGRESSSIZE 385,8
             PROGRESSPOSITIONHIGH 30,200
             PROGRESSSIZEHIGH 650,12
-            PROGRESSTEXTBASELINE 160
+            PROGRESSTEXTBASELINE 170
             PROGRESSTEXTCOLOR 0,0,0
             NATIVEPROGRESS false
             REGISTRYLAYERNAME Layers


More information about the Libreoffice-commits mailing list