summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-26 06:11:02 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-26 06:31:24 +0100
commit0fe2786e3c5b59c5adcc9165574e1325dd896852 (patch)
treea476bb4acc452a47551905f47ffee8b77b45f6fe /sc/source/ui/namedlg
parent59e0854dd302659f67ec0b4b3a18515b26499280 (diff)
ManageNames: improve layout of dialog
Diffstat (limited to 'sc/source/ui/namedlg')
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index f8a8893061db..f32fc47e403a 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -494,7 +494,7 @@ void ScNameDlg::MorePushed()
Size nSize = GetSizePixel();
//depending on the state of the button, move all elements below up/down
- long nPixel = 85;
+ long nPixel = 60;
if (!maBtnMore.GetState())
{
nPixel *= -1;