From 23315b07d3753a5c7ccaf3da06e6fcc74abff942 Mon Sep 17 00:00:00 2001 From: Stefan Knorr Date: Sat, 15 Jun 2013 22:20:11 +0200 Subject: Small (hopefully non-controversial) changes to the existing branding * Make sure about window background covers entire window * Make sure start center images are centred Change-Id: I402448ef4ea77633fe4e1ad5d5f93952efb495af Reviewed-on: https://gerrit.libreoffice.org/4308 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens (cherry picked from commit 4a0247603e94412c1a77af8e8c7bd17f729b9eba) Signed-off-by: Thorsten Behrens --- framework/source/services/backingwindow.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework') diff --git a/framework/source/services/backingwindow.hxx b/framework/source/services/backingwindow.hxx index fdf245f826e2..1778e311112f 100644 --- a/framework/source/services/backingwindow.hxx +++ b/framework/source/services/backingwindow.hxx @@ -119,10 +119,10 @@ namespace framework static const int nItemId_Extensions = 1; static const int nItemId_Info = 3; static const int nItemId_TplRep = 4; - static const int nShadowTop = 31; - static const int nShadowLeft = 35; - static const int nShadowRight = 45; - static const int nShadowBottom = 40; + static const int nShadowTop = 30; + static const int nShadowLeft = 30; + static const int nShadowRight = 30; + static const int nShadowBottom = 30; void loadImage( const ResId& i_rId, PushButton& i_rButton ); -- cgit