Changeset - r10205:ea8dadbda668
[Not reviewed]
master
0 1 0
belugas - 16 years ago 2008-09-30 16:50:25
belugas@openttd.org
(svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/transparency_gui.cpp
Show inline comments
 
@@ -116,7 +116,7 @@ static const Widget _transparency_widget
 
};
 

	
 
static const WindowDesc _transparency_desc = {
 
	WDP_ALIGN_TBR, 58+36, 219, 49, 219, 49,
 
	WDP_ALIGN_TBR, 94, 219, 49, 219, 49,
 
	WC_TRANSPARENCY_TOOLBAR, WC_NONE,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
 
	_transparency_widgets,
0 comments (0 inline, 0 general)