<config>
	<append xpath="/windows">
		         
				                      <!--Big Output Window-->
	<window name="windowOutputBig" width="228" height="198" anchor="CenterTop" panel="Right" cursor_area="true" >	
	<panel style="header.panel">
		<sprite style="header.icon" sprite="ui_game_symbol_loot_sack"/>
		<label style="header.name" text="OUTPUT" text_key="xuiOutput" />
	</panel>
	<rect name="content" depth="0" pos="0,-46" height="150" disablefallthrough="true" on_press="true">
		<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" height="150" color="[black]" type="sliced" fillcenter="false" on_press="true" />
		<grid depth="10" name="inventory" rows="6" cols="3" pos="3,-3" cell_width="75" cell_height="75" controller="WorkstationOutputGrid" repeat_content="true">
		<item_stack name="0"/>
		</grid>
	</rect>
	</window>	

	</append>
</config>
