[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - framework/source

Ivan Timofeev timofeev.i.s at gmail.com
Mon Feb 25 03:35:20 PST 2013


 framework/source/services/backingwindow.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 0779403109cf1248a71821631d6bb44a600d88a9
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
    (cherry picked from commit ecd8b349015ef43bc2407f6ebf2053cb7b3b6c6f)
    Reviewed-on: https://gerrit.libreoffice.org/2341
    Reviewed-by: Stefan Knorr <heinzlesspam at gmail.com>
    Reviewed-by: Michael Meeks <michael.meeks at suse.com>
    Tested-by: Michael Meeks <michael.meeks at suse.com>

diff --git a/framework/source/services/backingwindow.hxx b/framework/source/services/backingwindow.hxx
index fdacdbf..7999dd0 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 );
 


More information about the Libreoffice-commits mailing list