summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-02-22 23:04:18 +0400
committerMichael Meeks <michael.meeks@suse.com>2013-02-25 11:35:01 +0000
commit0779403109cf1248a71821631d6bb44a600d88a9 (patch)
tree0d7d7bde9dc5c7db5943f3a1c64635235010f8db /framework
parentb3f49f41be14c79b828963d339117a2475ef0006 (diff)
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 <heinzlesspam@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/backingwindow.hxx8
1 files changed, 4 insertions, 4 deletions
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 );