diff --git a/src/company_gui.cpp b/src/company_gui.cpp --- a/src/company_gui.cpp +++ b/src/company_gui.cpp @@ -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; } };