From f44aa5e088eb1fbd03f1f9347e0af722751afe38 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 12 Apr 2008 20:15:57 +0000 Subject: (svn r12671) -Fix (r12644): orders window of competitors' vehicles was missing a resizebox --- src/order_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_gui.cpp') diff --git a/src/order_gui.cpp b/src/order_gui.cpp index 77b593907..7740eabc8 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -1144,7 +1144,7 @@ static const Widget _other_orders_widgets[] = { { WWT_PANEL, RESIZE_RTB, 14, 0, 373, 76, 87, 0x0, STR_NULL}, // ORDER_WIDGET_RESIZE_BAR { WWT_EMPTY, RESIZE_TB, 14, 0, 0, 76, 87, 0x0, STR_NULL}, // ORDER_WIDGET_SHARED_ORDER_LIST - { WWT_RESIZEBOX, RESIZE_LRTB, 14, 374, 385, 88, 99, 0x0, STR_RESIZE_BUTTON}, // ORDER_WIDGET_RESIZE + { WWT_RESIZEBOX, RESIZE_LRTB, 14, 374, 385, 76, 87, 0x0, STR_RESIZE_BUTTON}, // ORDER_WIDGET_RESIZE { WIDGETS_END}, }; -- cgit v1.2.3-54-g00ecf