summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-14 01:41:42 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-14 03:27:21 +0100
commit38a93a59af68fb0262a0753e6ae8d31958b16138 (patch)
treeb08cf610c5bb9705dfa47f1ad82f6385d03946db
parent49bb030e9b9ef6b61c8a309a84a0ac78218db971 (diff)
ManageNames: info text should be centered in the text field
-rw-r--r--sc/source/ui/namedlg/namedefdlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/namedlg/namedefdlg.cxx b/sc/source/ui/namedlg/namedefdlg.cxx
index f57bd8214579..9f870475a2f5 100644
--- a/sc/source/ui/namedlg/namedefdlg.cxx
+++ b/sc/source/ui/namedlg/namedefdlg.cxx
@@ -96,6 +96,7 @@ ScNameDefDlg::ScNameDefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParen
maEdName.SetModifyHdl( LINK( this, ScNameDefDlg, NameModifyHdl ));
maEdRange.SetGetFocusHdl( LINK( this, ScNameDefDlg, AssignGetFocusHdl ) );
+ maFtInfo.SetStyle(WB_VCENTER);
maFtInfo.SetText(maStrInfoDefault);
maBtnAdd.Disable(); // empty name is invalid