Changeset - r10915:d0dab6660d8c
[Not reviewed]
master
0 1 0
Yexo - 15 years ago 2009-01-24 10:28:41
yexo@openttd.org
(svn r15250) -Fix (r15126): The NewGRF Settings window was 1 pixel to low.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_gui.cpp
Show inline comments
 
@@ -754,7 +754,7 @@ static const Widget _newgrf_widgets[] = 
 

	
 
/* Window definition of the manage newgrfs window */
 
static const WindowDesc _newgrf_desc = {
 
	WDP_CENTER, WDP_CENTER, 300, 262, 300, 262,
 
	WDP_CENTER, WDP_CENTER, 300, 263, 300, 263,
 
	WC_GAME_OPTIONS, WC_NONE,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE,
 
	_newgrf_widgets,
0 comments (0 inline, 0 general)