summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorStefan Knorr <heinzlesspam@gmail.com>2013-06-15 22:20:11 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-06-18 11:43:10 +0000
commit4a0247603e94412c1a77af8e8c7bd17f729b9eba (patch)
treee77dc819db91e2d64f5d43bc642e691dc3d41201 /framework/source
parentd72e170d6a956cf2cc7da1c0b5917bca3e79f5ce (diff)
Small (hopefully non-controversial) changes to the existing branding
* Make sure about window background covers entire window * Make sure start center images are centred Change-Id: I402448ef4ea77633fe4e1ad5d5f93952efb495af Reviewed-on: https://gerrit.libreoffice.org/4308 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'framework/source')
-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 b098c466170a..ab453140223c 100644
--- a/framework/source/services/backingwindow.hxx
+++ b/framework/source/services/backingwindow.hxx
@@ -117,10 +117,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 = 31;
- static const int nShadowLeft = 35;
- static const int nShadowRight = 45;
- static const int nShadowBottom = 40;
+ static const int nShadowTop = 30;
+ static const int nShadowLeft = 30;
+ static const int nShadowRight = 30;
+ static const int nShadowBottom = 30;
void loadImage( const ResId& i_rId, PushButton& i_rButton );