diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-04-15 13:27:00 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-04-15 17:35:28 +0200 |
commit | 0db34d1c5dd7d06435c5a5d58a42da2cbe007006 (patch) | |
tree | 9b62be5327cb24325fc9b9ae8afae39c1794d0b1 | |
parent | 7c1ca2ce0b84ee62165999e1eb79b4073f599ff7 (diff) |
Related tdf#130778: New images for splash screen
Taken from the proposal at the BZ ticket; hires missing
Change-Id: I95e19d5acb6c1b580c51e2af8dac272b459cf20c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92263
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
-rw-r--r-- | icon-themes/colibre/brand/intro.png | bin | 42190 -> 107387 bytes | |||
-rw-r--r-- | icon-themes/colibre/brand_dev/intro.png | bin | 45434 -> 116353 bytes | |||
-rw-r--r-- | instsetoo_native/CustomTarget_setup.mk | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/icon-themes/colibre/brand/intro.png b/icon-themes/colibre/brand/intro.png Binary files differindex f60a408353dd..23ead5c5fda1 100644 --- a/icon-themes/colibre/brand/intro.png +++ b/icon-themes/colibre/brand/intro.png diff --git a/icon-themes/colibre/brand_dev/intro.png b/icon-themes/colibre/brand_dev/intro.png Binary files differindex 29755ea5268d..db8139e52abf 100644 --- a/icon-themes/colibre/brand_dev/intro.png +++ b/icon-themes/colibre/brand_dev/intro.png diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk index 9757f435dc91..d9f0d6d51ac4 100644 --- a/instsetoo_native/CustomTarget_setup.mk +++ b/instsetoo_native/CustomTarget_setup.mk @@ -136,11 +136,11 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ && echo 'NativeProgress=false' \ && echo 'ProgressBarColor=0,0,0' \ && echo 'ProgressFrameColor=102,102,102' \ - && echo 'ProgressPosition=35,153' \ - && echo 'ProgressSize=444,8' \ + && echo 'ProgressPosition=30,145' \ + && echo 'ProgressSize=265,8' \ && echo 'ProgressPositionHigh=46,212' \ && echo 'ProgressSizeHigh=617,12' \ - && echo 'ProgressTextBaseline=145' \ + && echo 'ProgressTextBaseline=160' \ && echo 'ProgressTextColor=0,0,0' \ && echo 'SecureUserConfig=true' \ && echo 'SecureUserConfigCompress=true' \ |