mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
53 lines
2.2 KiB
XML
53 lines
2.2 KiB
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
|
<gui>
|
|
<window text="Sprite Size" id="sprite_size">
|
|
<box vertical="true">
|
|
<box vertical="true">
|
|
<separator text="Pixels:" left="true" horizontal="true" />
|
|
<box vertical="true" expansive="true">
|
|
<box horizontal="true">
|
|
<box vertical="true" homogeneous="true">
|
|
<label text="Width:" />
|
|
<label text="Height:" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
<entry expansive="true" id="width_px" suffix="px" maxsize="8" magnet="true" tooltip="New width for the sprite (in pixels)" />
|
|
<entry expansive="true" id="height_px" suffix="px" maxsize="8" tooltip="New height for the sprite (in pixels)" />
|
|
</box>
|
|
<check text="Lock Ratio" id="lock_ratio" selected="true" />
|
|
</box>
|
|
</box>
|
|
<separator text="Percentage:" left="true" horizontal="true" />
|
|
<box vertical="true" expansive="true">
|
|
<box horizontal="true">
|
|
<box vertical="true" homogeneous="true">
|
|
<label text="Width:" />
|
|
<label text="Height:" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
<entry expansive="true" text="100" suffix="%" id="width_perc" maxsize="8" magnet="true" tooltip="New width for the sprite Percentage of current width." />
|
|
<entry expansive="true" text="100" suffix="%" id="height_perc" maxsize="8" tooltip="New height for the sprite Percentage of current height." />
|
|
</box>
|
|
<box horizontal="true" width="64" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
<separator text="Interpolation:" left="true" horizontal="true" />
|
|
<box vertical="true" expansive="true">
|
|
<box horizontal="true">
|
|
<label text="Method:" />
|
|
<combobox id="method" expansive="true" />
|
|
</box>
|
|
</box>
|
|
<box horizontal="true">
|
|
<box horizontal="true" expansive="true" />
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
<button text="&Cancel" closewindow="true" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</gui>
|