diff options
author | yexo <yexo@openttd.org> | 2010-08-23 22:25:50 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-08-23 22:25:50 +0000 |
commit | f6f218cf6b360fa8524f851d2e33aad275f1fe39 (patch) | |
tree | 5e736a48b08573c407c783e6121c4fb23432ec47 /src/ai | |
parent | da4dc61f7619da291524c9f1dec6cff220adbdc8 (diff) | |
download | openttd-f6f218cf6b360fa8524f851d2e33aad275f1fe39.tar.xz |
(svn r20604) -Feature: add a reset button to the newgrf parameters window
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp index 91a1fd00c..d52d00f5c 100644 --- a/src/ai/ai_gui.cpp +++ b/src/ai/ai_gui.cpp @@ -203,7 +203,7 @@ static const NWidgetPart _nested_ai_list_widgets[] = { EndContainer(), NWidget(WWT_PANEL, COLOUR_MAUVE, AIL_WIDGET_INFO_BG), SetMinimalTextLines(8, WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM), SetResize(1, 0), EndContainer(), - NWidget(NWID_HORIZONTAL), + NWidget(NWID_HORIZONTAL), NWidget(NWID_HORIZONTAL, NC_EQUALSIZE), NWidget(WWT_PUSHTXTBTN, COLOUR_MAUVE, AIL_WIDGET_ACCEPT), SetResize(1, 0), SetFill(1, 0), SetDataTip(STR_AI_LIST_ACCEPT, STR_AI_LIST_ACCEPT_TOOLTIP), NWidget(WWT_PUSHTXTBTN, COLOUR_MAUVE, AIL_WIDGET_CANCEL), SetResize(1, 0), SetFill(1, 0), SetDataTip(STR_AI_LIST_CANCEL, STR_AI_LIST_CANCEL_TOOLTIP), |