summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-22 11:10:17 +0000
committerrubidium <rubidium@openttd.org>2009-11-22 11:10:17 +0000
commite9b6e73333231fd67c8c3b4933cc5c1f3003d351 (patch)
tree3d3a4249935627dac25768e37385cca9d810c8f0 /src/news_gui.cpp
parent9a67f81610178d227ce8b0283c7ad4e52f4d7f0f (diff)
downloadopenttd-e9b6e73333231fd67c8c3b4933cc5c1f3003d351.tar.xz
(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r--src/news_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp
index 362c440ca..00db54bec 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -1018,7 +1018,7 @@ static const NWidgetPart _nested_message_history[] = {
EndContainer(),
NWidget(NWID_VERTICAL),
NWidget(WWT_SCROLLBAR, COLOUR_BROWN, MHW_SCROLLBAR), SetFill(false, true), SetDataTip(0x0, STR_TOOLTIP_VSCROLL_BAR_SCROLLS_LIST), SetResize(0, 1),
- NWidget(WWT_RESIZEBOX, COLOUR_BROWN, MHW_RESIZEBOX), SetMinimalSize(12, 12), SetDataTip(0x0, STR_TOOLTIP_RESIZE),
+ NWidget(WWT_RESIZEBOX, COLOUR_BROWN, MHW_RESIZEBOX),
EndContainer(),
EndContainer(),
};