2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2018-06-28 16:33:13 +00:00
|
|
|
<!-- Copyright (C) 2015-2018 by David Capello -->
|
2015-06-30 18:25:23 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="palette_from_sprite" text="@.title">
|
|
|
|
<grid columns="2">
|
|
|
|
<radio id="new_palette" text="@.new_palette" group="1" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr expansive="true" id="ncolors" magnet="true" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<radio id="current_palette" text="@.replace_palette" group="1" cell_hspan="2" />
|
|
|
|
<radio id="current_range" text="@.replace_range" group="1" cell_hspan="2" />
|
|
|
|
<check id="alpha_channel" text="@.alpha_channel" cell_hspan="2" />
|
2015-06-30 18:25:23 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
2015-07-02 14:18:43 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
|
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2015-06-30 18:25:23 +00:00
|
|
|
</box>
|
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</gui>
|