diff --git a/src/libs/racescreens/trackselect.cpp b/src/libs/racescreens/trackselect.cpp index 6719d4019..7b2579b14 100644 --- a/src/libs/racescreens/trackselect.cpp +++ b/src/libs/racescreens/trackselect.cpp @@ -32,7 +32,7 @@ #include #include "racescreens.h" -static const int DescLineLength = 21; //Line length for track description +static const int DescLineLength = 30; //Line length for track description static const int MaxPathSize = 256; static char PathBuf[MaxPathSize];