mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
57 lines
2.1 KiB
XML
57 lines
2.1 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2022 by Igara Studio S.A. -->
|
|
<!-- 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" />
|
|
<hbox cell_hspan="2" cell_align="horizontal">
|
|
<combobox id="resize" editable="true" suffix="%" expansive="true">
|
|
<listitem text="25" />
|
|
<listitem text="50" />
|
|
<listitem text="100" />
|
|
<listitem text="200" />
|
|
<listitem text="300" />
|
|
<listitem text="400" />
|
|
<listitem text="500" />
|
|
<listitem text="600" />
|
|
<listitem text="700" />
|
|
<listitem text="800" />
|
|
<listitem text="900" />
|
|
<listitem text="1000" />
|
|
</combobox>
|
|
<label id="area_label" text="@.area" />
|
|
<combobox id="area" text="" cell_align="horizontal" cell_hspan="2" expansive="true" />
|
|
</hbox>
|
|
|
|
<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>
|