summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-07-06 16:01:21 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-07-06 16:02:56 +0400
commit3686e3702a5e3a97f1217435941c2d28a5a81bb0 (patch)
tree51ae97adcd68ae618ecf4366b2a251b43de8ed2f /framework
parenteae1d5d9664bb6ab9fedcf573bdfe6640b22fe4d (diff)
update hardcoded borders according to the new Start Center images
Change-Id: I23174caacf26c37b4d63b7374c3a2a4a8d4124c3 (cherry picked from commit 180a67252ef9076ad5ddcc69b5dd8e1bace67913)
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 96eb9092c0b3..071b8e0d5d53 100644
--- a/framework/source/services/backingwindow.hxx
+++ b/framework/source/services/backingwindow.hxx
@@ -130,10 +130,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 = 32;
- static const int nShadowLeft = 35;
- static const int nShadowRight = 45;
- static const int nShadowBottom = 50;
+ static const int nShadowTop = 37;
+ static const int nShadowLeft = 38;
+ static const int nShadowRight = 38;
+ static const int nShadowBottom = 38;
void loadImage( const ResId& i_rId, PushButton& i_rButton );