diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index e4a193a769..2b68f3093a 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -47,7 +47,7 @@ #include #endif -enum { MIN_BUTTON_SIZE = 10, MAX_BUTTON_SIZE = 40 }; +enum { MIN_BUTTON_SIZE = 10, MAX_BUTTON_SIZE = 100 }; static const StringID _driveside_dropdown[] = { STR_GAME_OPTIONS_ROAD_VEHICLES_DROPDOWN_LEFT,