depot_gui.c
changeset 4667 0004c6406554
parent 4663 83330678e41c
child 4668 f7256d0e7682
--- a/depot_gui.c	Thu Sep 28 18:42:35 2006 +0000
+++ b/depot_gui.c	Thu Sep 28 19:56:29 2006 +0000
@@ -881,7 +881,7 @@
 				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 @@
 				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();