Changeset - r18565:1d2026d10740
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-12-04 10:47:57
frosch@openttd.org
(svn r23420) -Change: Put the manager name directly under the picture instead of vertically centering it.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/company_gui.cpp
Show inline comments
 
@@ -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: {
0 comments (0 inline, 0 general)