summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icon-themes/galaxy/brand/intro.pngbin3955 -> 33012 bytes
-rw-r--r--icon-themes/galaxy/brand_dev/intro.pngbin6597 -> 33012 bytes
-rw-r--r--icon-themes/galaxy/sfx2/res/logo.pngbin3560 -> 20652 bytes
-rw-r--r--icon-themes/galaxy/sfx2/res/startcenter-logo.pngbin7782 -> 7580 bytes
-rw-r--r--instsetoo_native/CustomTarget_setup.mk10
-rw-r--r--sfx2/source/control/recentdocsview.cxx6
6 files changed, 8 insertions, 8 deletions
diff --git a/icon-themes/galaxy/brand/intro.png b/icon-themes/galaxy/brand/intro.png
index 7fa68a1edc43..ebe7da01400e 100644
--- a/icon-themes/galaxy/brand/intro.png
+++ b/icon-themes/galaxy/brand/intro.png
Binary files differ
diff --git a/icon-themes/galaxy/brand_dev/intro.png b/icon-themes/galaxy/brand_dev/intro.png
index 654e43f77e0e..ebe7da01400e 100644
--- a/icon-themes/galaxy/brand_dev/intro.png
+++ b/icon-themes/galaxy/brand_dev/intro.png
Binary files differ
diff --git a/icon-themes/galaxy/sfx2/res/logo.png b/icon-themes/galaxy/sfx2/res/logo.png
index d5f2c258b75e..99b8263d0aa9 100644
--- a/icon-themes/galaxy/sfx2/res/logo.png
+++ b/icon-themes/galaxy/sfx2/res/logo.png
Binary files differ
diff --git a/icon-themes/galaxy/sfx2/res/startcenter-logo.png b/icon-themes/galaxy/sfx2/res/startcenter-logo.png
index e72c333d6889..e2de8cb86557 100644
--- a/icon-themes/galaxy/sfx2/res/startcenter-logo.png
+++ b/icon-themes/galaxy/sfx2/res/startcenter-logo.png
Binary files differ
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index b020e9649131..5420b5631f8f 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -106,11 +106,11 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'HideEula=1' \
&& echo 'Logo=1' \
&& echo 'NativeProgress=false' \
- && echo 'ProgressBarColor=128,128,128' \
- && echo 'ProgressFrameColor=245,245,245' \
- && echo 'ProgressPosition=72,189' \
- && echo 'ProgressSize=409,8' \
- && echo 'ProgressTextBaseline=170' \
+ && echo 'ProgressBarColor=0,0,0' \
+ && echo 'ProgressFrameColor=102,102,102' \
+ && echo 'ProgressPosition=35,153' \
+ && echo 'ProgressSize=444,8' \
+ && echo 'ProgressTextBaseline=145' \
&& echo 'ProgressTextColor=255,255,255' \
&& echo 'URE_BOOTSTRAP=$${ORIGIN}/$(call gb_Helper_get_rcfile,fundamental)' \
) > $@
diff --git a/sfx2/source/control/recentdocsview.cxx b/sfx2/source/control/recentdocsview.cxx
index 69952e181883..43b8d55e1a85 100644
--- a/sfx2/source/control/recentdocsview.cxx
+++ b/sfx2/source/control/recentdocsview.cxx
@@ -284,10 +284,10 @@ void RecentDocsView::Paint(vcl::RenderContext& rRenderContext, const Rectangle &
const int nY = (rSize.Height() - 3 * nTextHeight - rImgSize.Height())/2;
Point aImgPoint(nX, nY);
- Point aStr1Point((rSize.Width() - nTextWidth1)/2, nY + rImgSize.Height() + 0.7 * nTextHeight);
- Point aStr2Point((rSize.Width() - nTextWidth2)/2, nY + rImgSize.Height() + 1.7 * nTextHeight);
+ Point aStr1Point((rSize.Width() - nTextWidth1)/2, nY + rImgSize.Height());
+ Point aStr2Point((rSize.Width() - nTextWidth2)/2, nY + rImgSize.Height() + 1.5 * nTextHeight);
- rRenderContext.DrawImage(aImgPoint, rImgSize, maWelcomeImage, DrawImageFlags::SemiTransparent);
+ rRenderContext.DrawImage(aImgPoint, rImgSize, maWelcomeImage);
rRenderContext.DrawText(aStr1Point, maWelcomeLine1);
rRenderContext.DrawText(aStr2Point, maWelcomeLine2);