Kaydet (Commit) 920bf397 authored tarafından heiko tietze's avatar heiko tietze Kaydeden (comit) Heiko Tietze

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: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
üst 72f61c46
...@@ -2137,7 +2137,7 @@ AC_ARG_WITH(branding, ...@@ -2137,7 +2137,7 @@ AC_ARG_WITH(branding,
bar from left,top. Comma separated decimal values. bar from left,top. Comma separated decimal values.
PROGRESSFRAMECOLOR="20,136,3" Set color of progress PROGRESSFRAMECOLOR="20,136,3" Set color of progress
bar frame. Comma separated RGB decimal values. bar frame. Comma separated RGB decimal values.
PROGRESSTEXTCOLOR="255,255,255" Set color of progress PROGRESSTEXTCOLOR="0,0,0" Set color of progress
bar text. Comma separated RGB decimal values. bar text. Comma separated RGB decimal values.
PROGRESSTEXTBASELINE="287" Set vertical position of PROGRESSTEXTBASELINE="287" Set vertical position of
progress bar text from top. Decimal value. progress bar text from top. Decimal value.
......
...@@ -129,7 +129,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ ...@@ -129,7 +129,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'ProgressPositionHigh=46,212' \ && echo 'ProgressPositionHigh=46,212' \
&& echo 'ProgressSizeHigh=617,12' \ && echo 'ProgressSizeHigh=617,12' \
&& echo 'ProgressTextBaseline=145' \ && echo 'ProgressTextBaseline=145' \
&& echo 'ProgressTextColor=255,255,255' \ && echo 'ProgressTextColor=0,0,0' \
&& echo 'SecureUserConfig=true' \ && echo 'SecureUserConfig=true' \
&& echo 'SecureUserConfigCompress=true' \ && echo 'SecureUserConfigCompress=true' \
&& echo 'SecureUserConfigExtensions=true' \ && echo 'SecureUserConfigExtensions=true' \
......
...@@ -22,7 +22,7 @@ Globals ...@@ -22,7 +22,7 @@ Globals
PROGRESSPOSITIONHIGH 46,212 PROGRESSPOSITIONHIGH 46,212
PROGRESSFRAMECOLOR 102,102,102 PROGRESSFRAMECOLOR 102,102,102
PROGRESSTEXTBASELINE 145 PROGRESSTEXTBASELINE 145
PROGRESSTEXTCOLOR 255,255,255 PROGRESSTEXTCOLOR 0,0,0
NATIVEPROGRESS false NATIVEPROGRESS false
REGISTRYLAYERNAME Layers REGISTRYLAYERNAME Layers
SERVICEPACK 1 SERVICEPACK 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment