summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-22 11:24:30 +0000
committerrubidium <rubidium@openttd.org>2009-11-22 11:24:30 +0000
commit8204f226f13900d404a00197dfd21b31bae81ac9 (patch)
treeb124db1ce93bbd826724ae38c158f459ad387de7 /src/news_gui.cpp
parentd913282e7a15d65c03df7a41cec14e1514d81fde (diff)
downloadopenttd-8204f226f13900d404a00197dfd21b31bae81ac9.tar.xz
(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars
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 85962c8d8..9a19324d2 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -1017,7 +1017,7 @@ static const NWidgetPart _nested_message_history[] = {
NWidget(WWT_PANEL, COLOUR_BROWN, MHW_BACKGROUND), SetMinimalSize(200, 125), SetDataTip(0x0, STR_MESSAGE_HISTORY_TOOLTIP), SetResize(1, 12),
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_SCROLLBAR, COLOUR_BROWN, MHW_SCROLLBAR),
NWidget(WWT_RESIZEBOX, COLOUR_BROWN, MHW_RESIZEBOX),
EndContainer(),
EndContainer(),