summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-04-20 17:04:16 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-04-21 17:04:50 +0200
commit951b7eef8894bce7f119ecc0123c7e37fe6b4b4f (patch)
tree02095b21810889e24294d1260ebdbb44a19902ad /instsetoo_native
parent86f9825f25c86b3c9afccae7f5760ffbdd5e1d15 (diff)
Relates tdf#130778 - Branding for 7.0
Better splash screen images Start center image depending on initial size Change-Id: I18823e04537bb217eaa7610c71c8021907dbbb94 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92583 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/CustomTarget_setup.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index d9f0d6d51ac4..27fd118c4b9e 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -137,10 +137,10 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'ProgressBarColor=0,0,0' \
&& echo 'ProgressFrameColor=102,102,102' \
&& echo 'ProgressPosition=30,145' \
- && echo 'ProgressSize=265,8' \
- && echo 'ProgressPositionHigh=46,212' \
- && echo 'ProgressSizeHigh=617,12' \
- && echo 'ProgressTextBaseline=160' \
+ && echo 'ProgressSize=385,8' \
+ && echo 'ProgressPositionHigh=30,200' \
+ && echo 'ProgressSizeHigh=650,12' \
+ && echo 'ProgressTextBaseline=150' \
&& echo 'ProgressTextColor=0,0,0' \
&& echo 'SecureUserConfig=true' \
&& echo 'SecureUserConfigCompress=true' \