instsetoo_native/CustomTarget_setup.mk | 2 +- instsetoo_native/util/openoffice.lst.in | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit a165bb8565539e2d0533362a99236829c23e9be8 Author: Heiko Tietze <[email protected]> AuthorDate: Thu May 14 11:58:39 2020 +0200 Commit: Heiko Tietze <[email protected]> CommitDate: Thu May 14 15:18:02 2020 +0200 Resolves tdf#133024 - Position of text in splash screen Moved to 160 Change-Id: I86cb1881161142e265e849b7490fda88b47a23bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94188 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk index 4d845441c6a6..e2fe7ce5d625 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=150' \ + && echo 'ProgressTextBaseline=160' \ && 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 1a2fdb5540f0..a30779a8e220 100644 --- a/instsetoo_native/util/openoffice.lst.in +++ b/instsetoo_native/util/openoffice.lst.in @@ -16,12 +16,12 @@ Globals UREPACKAGEPREFIX libreoffice SOLSUREPACKAGEPREFIX libreoffice PROGRESSBARCOLOR 0,0,0 - PROGRESSSIZE 444,8 - PROGRESSSIZEHIGH 617,12 - PROGRESSPOSITION 35,153 - PROGRESSPOSITIONHIGH 46,212 PROGRESSFRAMECOLOR 102,102,102 - PROGRESSTEXTBASELINE 145 + PROGRESSPOSITION 30,145 + PROGRESSSIZE 385,8 + PROGRESSPOSITIONHIGH 30,200 + PROGRESSSIZEHIGH 650,12 + PROGRESSTEXTBASELINE 160 PROGRESSTEXTCOLOR 0,0,0 NATIVEPROGRESS false REGISTRYLAYERNAME Layers _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
