mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
51ce52981a
* When the extension is unknown, an error is shown. * When the extension is not written, the default extension will be added (the default extension is different depending on if the file format is image format or an animation format).
52 lines
2.0 KiB
XML
52 lines
2.0 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2016-2018 by David Capello -->
|
|
<gui>
|
|
<window id="export_file" text="@.title">
|
|
<grid columns="3">
|
|
<label text="@.output_file" />
|
|
<entry id="output_filename" cell_align="horizontal" maxsize="1024" maxwidth="256" />
|
|
<button id="output_filename_browse" text="..." style="mini_button" />
|
|
|
|
<label id="resize_label" text="@.resize" />
|
|
<combobox id="resize" cell_align="horizontal" cell_hspan="2">
|
|
<listitem text="25%" value="0.25" />
|
|
<listitem text="50%" value="0.5" />
|
|
<listitem text="100%" value="1" />
|
|
<listitem text="200%" value="2" />
|
|
<listitem text="300%" value="3" />
|
|
<listitem text="400%" value="4" />
|
|
<listitem text="500%" value="5" />
|
|
<listitem text="600%" value="6" />
|
|
<listitem text="700%" value="7" />
|
|
<listitem text="800%" value="8" />
|
|
<listitem text="900%" value="9" />
|
|
<listitem text="1000%" value="10" />
|
|
</combobox>
|
|
|
|
<label id="layers_label" text="@.layers" />
|
|
<combobox id="layers" text="" cell_align="horizontal" cell_hspan="2" />
|
|
|
|
<label id="frames_label" text="@.frames" />
|
|
<combobox id="frames" text="" cell_align="horizontal" cell_hspan="2" />
|
|
|
|
<label id="anidir_label" text="@.anidir" />
|
|
<combobox id="anidir" text="" cell_align="horizontal" cell_hspan="2" />
|
|
|
|
<check id="pixel_ratio" text="@.pixel_ratio" cell_hspan="3" />
|
|
|
|
<hbox cell_hspan="3">
|
|
<check id="for_twitter" text="@.for_twitter" tooltip="@.for_twitter_tooltip" />
|
|
<button id="adjust_resize" text="@.adjust_resize" style="mini_button" />
|
|
</hbox>
|
|
|
|
<hbox cell_hspan="3">
|
|
<boxfiller />
|
|
<hbox homogeneous="true">
|
|
<button text="@.export" minwidth="60" id="ok" magnet="true" />
|
|
<button text="@.cancel" minwidth="60" closewindow="true" />
|
|
</hbox>
|
|
</hbox>
|
|
</grid>
|
|
</window>
|
|
</gui>
|