[Libreoffice-commits] core.git: framework/source
Ivan Timofeev
timofeev.i.s at gmail.com
Fri Feb 22 11:34:17 PST 2013
framework/source/services/backingwindow.hxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit ecd8b349015ef43bc2407f6ebf2053cb7b3b6c6f
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date: Fri Feb 22 23:04:18 2013 +0400
Start Center: update hardcoded borders to match the new images
Change-Id: Ib3dae9b06bcd2cfe5e73b723d9ea2e5856073651
diff --git a/framework/source/services/backingwindow.hxx b/framework/source/services/backingwindow.hxx
index 94c16dd..6d98722 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 );
More information about the Libreoffice-commits
mailing list