File diff r5069:e99ecf2f674b → r5070:6da414a78d0e
rail_gui.c
Show inline comments
 
@@ -544,7 +544,7 @@ static const Widget _build_rail_widgets[
 
};
 

	
 
static const WindowDesc _build_rail_desc = {
 
	640-372, 22, 372, 36,
 
	0, 22, 372, 36,
 
	WC_BUILD_TOOLBAR,0,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
 
	_build_rail_widgets,
 
@@ -953,7 +953,7 @@ static const Widget _newstation_builder_
 
};
 

	
 
static const WindowDesc _station_builder_desc = {
 
	-1, -1, 148, 200,
 
	WDP_AUTO, WDP_AUTO, 148, 200,
 
	WC_BUILD_STATION,WC_BUILD_TOOLBAR,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
 
	_station_builder_widgets,
 
@@ -961,7 +961,7 @@ static const WindowDesc _station_builder
 
};
 

	
 
static const WindowDesc _newstation_builder_desc = {
 
	-1, -1, 148, 290,
 
	WDP_AUTO, WDP_AUTO, 148, 290,
 
	WC_BUILD_STATION,WC_BUILD_TOOLBAR,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
 
	_newstation_builder_widgets,
 
@@ -1040,7 +1040,7 @@ static const Widget _build_depot_widgets
 
};
 

	
 
static const WindowDesc _build_depot_desc = {
 
	-1,-1, 140, 122,
 
	WDP_AUTO, WDP_AUTO, 140, 122,
 
	WC_BUILD_DEPOT,WC_BUILD_TOOLBAR,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
 
	_build_depot_widgets,
 
@@ -1126,7 +1126,7 @@ static const Widget _build_waypoint_widg
 
};
 

	
 
static const WindowDesc _build_waypoint_desc = {
 
	-1,-1, 344, 92,
 
	WDP_AUTO, WDP_AUTO, 344, 92,
 
	WC_BUILD_DEPOT,WC_BUILD_TOOLBAR,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
 
	_build_waypoint_widgets,