summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cui/source/dialogs/about.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 0b0ae4ae0e0f..e1f13b154293 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -251,7 +251,7 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& rId) :
aLTSize = aInfoLink.CalcMinimumSize();
aLTPnt.X() = ( aOutSiz.Width() - aLTSize.Width() ) / 2;
- aLTPnt.Y() = aLTPnt.Y() + aLTSize.Height() + nSpace;
+ aLTPnt.Y() = aLTPnt.Y() + aLTSize.Height() + nLineSpace;
aInfoLink.SetPosSizePixel( aLTPnt, aLTSize );
nY += aLTSize.Height() + nLineSpace;