summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-05-26 19:30:07 +0000
committerfrosch <frosch@openttd.org>2013-05-26 19:30:07 +0000
commit4e4e635916d7852c0da9a53edd2d510080922ed5 (patch)
tree3131851c69f879767d377c68d8e7c8a3f9910a9a /src/news_gui.cpp
parent559b7ef35eb4896e4f2e35d2dc8afb3d86519c3e (diff)
downloadopenttd-4e4e635916d7852c0da9a53edd2d510080922ed5.tar.xz
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r--src/news_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp
index 97c31b0d1..f8e77161e 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -1096,6 +1096,7 @@ static const NWidgetPart _nested_message_history[] = {
NWidget(WWT_CLOSEBOX, COLOUR_BROWN),
NWidget(WWT_CAPTION, COLOUR_BROWN), SetDataTip(STR_MESSAGE_HISTORY, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS),
NWidget(WWT_SHADEBOX, COLOUR_BROWN),
+ NWidget(WWT_DEFSIZEBOX, COLOUR_BROWN),
NWidget(WWT_STICKYBOX, COLOUR_BROWN),
EndContainer(),