<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
	<floater.string name="Title">
		Textura: [NAME]
	</floater.string>
	<floater.string name="Copy">
		Copiar al inventario
	</floater.string>
	<layout_stack name="preview_stack">
		<layout_panel name="texture_panel">
			<text name="desc txt">
				DescripciĆ³n:
			</text>
			<text name="dimensions">
				[WIDTH]px x [HEIGHT]px
			</text>
			<text name="aspect_ratio">
				Previsualizar la ratio de las proporciones
			</text>
			<combo_box name="combo_aspect_ratio" tool_tip="Vista previa en una proporciĆ³n concreta"/>
		</layout_panel>
		<layout_panel name="buttons_panel">
			<button label="OK" name="Keep"/>
			<button label="Descartar" name="Discard"/>
			<button label="Guardar como" name="save_tex_btn"/>
		</layout_panel>
	</layout_stack>
</floater>