summaryrefslogtreecommitdiff
path: root/vcl/source/window/arrange.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-07-23 17:22:34 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-07-23 17:22:34 +0000
commitd3e83bb08919ad8f87a03069f0e12e9ccf6c8806 (patch)
tree37b4de8d42ee8fb1571db86d038f5198030203e3 /vcl/source/window/arrange.cxx
parentf3f952731fa35c7618d9c929ccb0773ad841fbf2 (diff)
#i92516# adapt new UX spec
Diffstat (limited to 'vcl/source/window/arrange.cxx')
-rw-r--r--vcl/source/window/arrange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/arrange.cxx b/vcl/source/window/arrange.cxx
index 917b04fcc855..665c83e5f2d5 100644
--- a/vcl/source/window/arrange.cxx
+++ b/vcl/source/window/arrange.cxx
@@ -353,7 +353,7 @@ void Indenter::resize()
aPt.X() += m_nOuterBorder + m_nIndent;
aPt.Y() += m_nOuterBorder;
Size aSz( m_aManagedArea.GetSize() );
- aSz.Width() -= 2*m_nOuterBorder - m_nIndent;
+ aSz.Width() -= 2*m_nOuterBorder + m_nIndent;
aSz.Height() -= 2*m_nOuterBorder;
if( m_aElement.m_pElement )
m_aElement.m_pElement->SetPosSizePixel( aPt, aSz );