diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index 1b5e7367f2..b730a42d68 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -659,6 +659,8 @@ struct DepotWindow : Window { size->width = resize->width * (this->type == VEH_ROAD ? 5 : 3); size->height = resize->height * (this->type == VEH_ROAD ? 5 : 3); } + fill->width = resize->width; + fill->height = resize->height; } break; } }