diff options
-rw-r--r-- | src/depot_gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index 1b5e7367f..b730a42d6 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; } } |