From 8204f226f13900d404a00197dfd21b31bae81ac9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 22 Nov 2009 11:24:30 +0000 Subject: (svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars --- src/network/network_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/network_gui.cpp') 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), -- cgit v1.2.3-54-g00ecf