diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-02-01 18:01:59 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-02-01 18:04:45 +0100 |
commit | 8d12a195b1ddf433177fe4f3e7b0c109999a2ae9 (patch) | |
tree | 666d4701e580b071df2d306af37795129acec495 | |
parent | 454cd82012c785718d1ffaf1199f00f35f93c609 (diff) |
use correct default values for the splash progressbar
they are not longer forced from configure
Change-Id: I8ea37b7233138de2900caf231762eefec0ba6563
-rw-r--r-- | instsetoo_native/util/openoffice.lst.in | 8 |
1 files changed, 4 insertions, 4 deletions
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 |