diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-05-14 11:58:39 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-05-14 15:18:02 +0200 |
commit | a165bb8565539e2d0533362a99236829c23e9be8 (patch) | |
tree | 174f2bba5652784b8aca6b01d8c59c4973eb4198 /instsetoo_native | |
parent | b5fcdc3c07efb2c1175503b9c70e6d7336aa1452 (diff) |
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 <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/CustomTarget_setup.mk | 2 | ||||
-rw-r--r-- | instsetoo_native/util/openoffice.lst.in | 10 |
2 files changed, 6 insertions, 6 deletions
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 |