aseprite/data/widgets/export_sprite_sheet.xml

34 lines
1.1 KiB
XML

<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2014 by David Capello -->
<gui>
<window id="export_sprite_sheet" text="Export Sprite Sheet">
<grid columns="4">
<label text="Sheet Type:" />
<combobox id="sheet_type" cell_hspan="3" />
<label id="columns_label" text="Columns:" />
<entry id="columns" text="" maxsize="4" />
<boxfiller cell_hspan="2" />
<label id="fit_width_label" text="Width:" />
<combobox id="fit_width" text="" maxsize="5" editable="true" />
<label id="fit_height_label" text="Height:" />
<combobox id="fit_height" text="" maxsize="5" editable="true" />
<hbox id="best_fit_filler" />
<check cell_hspan="3" id="best_fit" text="Best fit for texture" />
<label text="Export Action:" />
<combobox id="export_action" cell_hspan="3" />
<hbox cell_hspan="4">
<boxfiller />
<hbox homogeneous="true">
<button id="export_button" text="&amp;Export" minwidth="60" magnet="true" closewindow="true" />
<button text="&amp;Cancel" minwidth="60" closewindow="true" />
</hbox>
</hbox>
</grid>
</window>
</gui>