Changeset - r14087:7876a5df2f92
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2009-12-27 13:19:17
rubidium@openttd.org
(svn r18644) -Fix [FS#3434]: company league window was too narrow
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/graph_gui.cpp
Show inline comments
 
@@ -1100,7 +1100,7 @@ public:
 
		FOR_ALL_COMPANIES(c) {
 
			SetDParam(0, c->index);
 
			SetDParam(1, c->index);
 
			SetDParam(2, widest_title);
 
			SetDParam(2, _performance_titles[widest_title]);
 
			widest_width = max(widest_width, GetStringBoundingBox(STR_COMPANY_LEAGUE_COMPANY_NAME).width);
 
		}
 

	
0 comments (0 inline, 0 general)