mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
26279597b6
We hope to enhance the discoverability of Aseprite features in this way.
56 lines
2.2 KiB
XML
56 lines
2.2 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2024 by Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2001-2018 by David Capello -->
|
|
<gui>
|
|
<window id="sprite_size" text="@.title" help="resize">
|
|
<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">
|
|
<expr expansive="true" id="width_px" suffix="px" magnet="true" tooltip="@.width_px_tooltip" />
|
|
<expr expansive="true" id="height_px" suffix="px" tooltip="@.height_px_tooltip" />
|
|
</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">
|
|
<expr expansive="true" text="100" suffix="%" id="width_perc" magnet="true" tooltip="@.width_perc_tooltip"
|
|
decimals="4" />
|
|
<expr expansive="true" text="100" suffix="%" id="height_perc" tooltip="@.height_perc_tooltip"
|
|
decimals="4" />
|
|
</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="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<button text="@general.cancel" closewindow="true" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</gui>
|