File diff r26254:4dd185cf8a2d → r26255:c5b7e32d88b6
src/company_gui.cpp
Show inline comments
 
@@ -114,7 +114,7 @@ struct ExpensesList {
 
			ExpensesType et = this->et[i];
 
			width = std::max(width, GetStringBoundingBox(STR_FINANCES_SECTION_CONSTRUCTION + et).width);
 
		}
 
		return width;
 
		return width + 10;
 
	}
 
};