summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-14 00:41:42 +0000
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-14 03:36:14 +0100
commitce28801fa07065928a9fa704c126b296962b1357 (patch)
treec920a749f3166e9341c1fafe8a43aa7532b13076 /sc/source/ui
parent661fce80de9203a63ee4018bbaadb91ab9c97f52 (diff)
ManageNames: info text should be centered in the text field
Diffstat (limited to 'sc/source/ui')
-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