mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2016-2017 by David Capello -->
|
|
<gui>
|
|
<vbox id="file_selector_extras">
|
|
<grid columns="2">
|
|
<label id="resize_label" text="@.resize" />
|
|
<combobox id="resize" cell_align="horizontal">
|
|
<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" />
|
|
|
|
<label id="frames_label" text="@.frames" />
|
|
<combobox id="frames" text="" cell_align="horizontal" />
|
|
|
|
<check id="pixel_ratio" text="@.pixel_ratio" cell_hspan="2" />
|
|
</grid>
|
|
</vbox>
|
|
</gui>
|