From 8d12a195b1ddf433177fe4f3e7b0c109999a2ae9 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Fri, 1 Feb 2013 18:01:59 +0100 Subject: use correct default values for the splash progressbar they are not longer forced from configure Change-Id: I8ea37b7233138de2900caf231762eefec0ba6563 --- instsetoo_native/util/openoffice.lst.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'instsetoo_native') diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in index 5b1b8619a7a1..07da5f3cdde7 100644 --- a/instsetoo_native/util/openoffice.lst.in +++ b/instsetoo_native/util/openoffice.lst.in @@ -15,10 +15,10 @@ Globals SOLSUREPACKAGEPREFIX libreoffice REGISTRATION_HOST https://registration.libreoffice.org/RegistrationWeb REGISTRATIONURL http://survey.libreoffice.org/user/index.php - PROGRESSBARCOLOR 126,170,23 - PROGRESSSIZE 319,10 - PROGRESSPOSITION 164,225 - PROGRESSFRAMECOLOR 207,208,211 + PROGRESSBARCOLOR 255,255,255 + PROGRESSSIZE 407,6 + PROGRESSPOSITION 61,317 + PROGRESSFRAMECOLOR 20,136,3 PROGRESSTEXTBASELINE 287 PROGRESSTEXTCOLOR 255,255,255 NATIVEPROGRESS false -- cgit