From 4e4e635916d7852c0da9a53edd2d510080922ed5 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 26 May 2013 19:30:07 +0000 Subject: (svn r25294) -Feature: Add another button to window title bars to resize the window to its default size. --- src/depot_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index e897fec21..d269bfb38 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -45,6 +45,7 @@ static const NWidgetPart _nested_train_depot_widgets[] = { NWidget(WWT_CLOSEBOX, COLOUR_GREY), NWidget(WWT_CAPTION, COLOUR_GREY, WID_D_CAPTION), SetDataTip(STR_DEPOT_CAPTION, STR_NULL), NWidget(WWT_SHADEBOX, COLOUR_GREY), + NWidget(WWT_DEFSIZEBOX, COLOUR_GREY), NWidget(WWT_STICKYBOX, COLOUR_GREY), EndContainer(), NWidget(NWID_HORIZONTAL), -- cgit v1.2.3-54-g00ecf