(svn r23420) -Change: Put the manager name directly under the picture instead of vertically centering it.

This commit is contained in:
frosch 2011-12-04 10:47:57 +00:00
parent 5fc4ce1eb1
commit 51da427dae
1 changed files with 1 additions and 1 deletions

View File

@ -2272,7 +2272,7 @@ struct CompanyWindow : Window
case CW_WIDGET_FACE_TITLE:
SetDParam(0, c->index);
DrawStringMultiLine(r.left, r.right, r.top, r.bottom, STR_COMPANY_VIEW_PRESIDENT_MANAGER_TITLE, TC_FROMSTRING, SA_CENTER);
DrawStringMultiLine(r.left, r.right, r.top, r.bottom, STR_COMPANY_VIEW_PRESIDENT_MANAGER_TITLE, TC_FROMSTRING, SA_HOR_CENTER);
break;
case CW_WIDGET_DESC_COLOUR_SCHEME_EXAMPLE: {