From 0779403109cf1248a71821631d6bb44a600d88a9 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Fri, 22 Feb 2013 23:04:18 +0400 Subject: Start Center: update hardcoded borders to match the new images Change-Id: Ib3dae9b06bcd2cfe5e73b723d9ea2e5856073651 (cherry picked from commit ecd8b349015ef43bc2407f6ebf2053cb7b3b6c6f) Reviewed-on: https://gerrit.libreoffice.org/2341 Reviewed-by: Stefan Knorr Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- 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 fdacdbfa630e..7999dd0fdf41 100644 --- a/framework/source/services/backingwindow.hxx +++ b/framework/source/services/backingwindow.hxx @@ -120,10 +120,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 = 37; - static const int nShadowLeft = 38; - static const int nShadowRight = 38; - static const int nShadowBottom = 38; + static const int nShadowTop = 31; + static const int nShadowLeft = 35; + static const int nShadowRight = 45; + static const int nShadowBottom = 40; void loadImage( const ResId& i_rId, PushButton& i_rButton ); -- cgit