From 920bf3979cd7421110b65621635aefc072e8a779 Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Thu, 18 Oct 2018 12:12:26 +0200 Subject: tdf#120176 - Text appears as white on first launch Splash screen text should be black now Change-Id: I963ffc89c48fdc1de148586cd6f0fb4bf35d44bd Reviewed-on: https://gerrit.libreoffice.org/61924 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- instsetoo_native/CustomTarget_setup.mk | 2 +- instsetoo_native/util/openoffice.lst.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'instsetoo_native') diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk index da4f697993df..209404ec0e1b 100644 --- a/instsetoo_native/CustomTarget_setup.mk +++ b/instsetoo_native/CustomTarget_setup.mk @@ -129,7 +129,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ && echo 'ProgressPositionHigh=46,212' \ && echo 'ProgressSizeHigh=617,12' \ && echo 'ProgressTextBaseline=145' \ - && echo 'ProgressTextColor=255,255,255' \ + && echo 'ProgressTextColor=0,0,0' \ && echo 'SecureUserConfig=true' \ && echo 'SecureUserConfigCompress=true' \ && echo 'SecureUserConfigExtensions=true' \ diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in index 5856d0c40cb5..65c488bef8a7 100644 --- a/instsetoo_native/util/openoffice.lst.in +++ b/instsetoo_native/util/openoffice.lst.in @@ -22,7 +22,7 @@ Globals PROGRESSPOSITIONHIGH 46,212 PROGRESSFRAMECOLOR 102,102,102 PROGRESSTEXTBASELINE 145 - PROGRESSTEXTCOLOR 255,255,255 + PROGRESSTEXTCOLOR 0,0,0 NATIVEPROGRESS false REGISTRYLAYERNAME Layers SERVICEPACK 1 -- cgit