summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--depot_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/depot_gui.c b/depot_gui.c
index c33612d8f..405c6df02 100644
--- a/depot_gui.c
+++ b/depot_gui.c
@@ -881,7 +881,7 @@ void ShowDepotWindow(TileIndex tile, byte type)
w->vscroll.cap = 3;
w->hscroll.cap = 3;
w->resize.step_width = 90;
- w->resize.step_height = 24;
+ w->resize.step_height = 23;
break;
case VEH_Aircraft:
@@ -889,7 +889,7 @@ void ShowDepotWindow(TileIndex tile, byte type)
w->vscroll.cap = 3;
w->hscroll.cap = 4;
w->resize.step_width = 74;
- w->resize.step_height = 24;
+ w->resize.step_height = 23;
break;
default: NOT_REACHED();