summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-02-22 23:04:18 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-02-22 23:30:11 +0400
commitecd8b349015ef43bc2407f6ebf2053cb7b3b6c6f (patch)
treefe665250f3b7c4d6e0cfd3c8e6e298b5160bf7a0 /framework
parentfb1991e7c1b17bd4e3b5e0f9aa572d958eb243f4 (diff)
Start Center: update hardcoded borders to match the new images
Change-Id: Ib3dae9b06bcd2cfe5e73b723d9ea2e5856073651
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 94c16dd24eb6..6d98722542d4 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 = 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 );