summaryrefslogtreecommitdiff
path: root/src/network/network_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/network/network_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/network/network_gui.cpp')
-rw-r--r--src/network/network_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_gui.cpp b/src/network/network_gui.cpp
index 23ed59e9d..6ae3948a4 100644
--- a/src/network/network_gui.cpp
+++ b/src/network/network_gui.cpp
@@ -951,7 +951,7 @@ static const NWidgetPart _nested_network_game_widgets[] = {
NWidget(WWT_MATRIX, COLOUR_LIGHT_BLUE, NGWW_MATRIX), SetResize(1, 1), SetFill(true, false),
SetDataTip(0, STR_NETWORK_SERVER_LIST_CLICK_GAME_TO_SELECT),
EndContainer(),
- NWidget(WWT_SCROLLBAR, COLOUR_LIGHT_BLUE, NGWW_SCROLLBAR), SetFill(false, true),
+ NWidget(WWT_SCROLLBAR, COLOUR_LIGHT_BLUE, NGWW_SCROLLBAR),
EndContainer(),
NWidget(NWID_SPACER), SetMinimalSize(0, 7), SetResize(1, 0), SetFill(true, true),
NWidget(WWT_TEXT, COLOUR_LIGHT_BLUE, NGWW_LASTJOINED_LABEL), SetFill(true, false),