From 907d368a8b0ff88d8b3269cdb8947795100df1ae Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 9 Jul 2015 18:48:11 +0200 Subject: New branding for the 5.0. Change-Id: Ifc9c0db1763f89fb7e3865f80021f57b29f47705 Reviewed-on: https://gerrit.libreoffice.org/16897 Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- instsetoo_native/CustomTarget_setup.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'instsetoo_native') diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk index b020e9649131..5420b5631f8f 100644 --- a/instsetoo_native/CustomTarget_setup.mk +++ b/instsetoo_native/CustomTarget_setup.mk @@ -106,11 +106,11 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ && echo 'HideEula=1' \ && echo 'Logo=1' \ && echo 'NativeProgress=false' \ - && echo 'ProgressBarColor=128,128,128' \ - && echo 'ProgressFrameColor=245,245,245' \ - && echo 'ProgressPosition=72,189' \ - && echo 'ProgressSize=409,8' \ - && echo 'ProgressTextBaseline=170' \ + && echo 'ProgressBarColor=0,0,0' \ + && echo 'ProgressFrameColor=102,102,102' \ + && echo 'ProgressPosition=35,153' \ + && echo 'ProgressSize=444,8' \ + && echo 'ProgressTextBaseline=145' \ && echo 'ProgressTextColor=255,255,255' \ && echo 'URE_BOOTSTRAP=$${ORIGIN}/$(call gb_Helper_get_rcfile,fundamental)' \ ) > $@ -- cgit