Kaydet (Commit) 38a93a59 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

ManageNames: info text should be centered in the text field

üst 49bb030e
...@@ -96,6 +96,7 @@ ScNameDefDlg::ScNameDefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParen ...@@ -96,6 +96,7 @@ ScNameDefDlg::ScNameDefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParen
maEdName.SetModifyHdl( LINK( this, ScNameDefDlg, NameModifyHdl )); maEdName.SetModifyHdl( LINK( this, ScNameDefDlg, NameModifyHdl ));
maEdRange.SetGetFocusHdl( LINK( this, ScNameDefDlg, AssignGetFocusHdl ) ); maEdRange.SetGetFocusHdl( LINK( this, ScNameDefDlg, AssignGetFocusHdl ) );
maFtInfo.SetStyle(WB_VCENTER);
maFtInfo.SetText(maStrInfoDefault); maFtInfo.SetText(maStrInfoDefault);
maBtnAdd.Disable(); // empty name is invalid maBtnAdd.Disable(); // empty name is invalid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment