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 15:21:41 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="palette_size" text="@.title">
|
2015-06-30 15:21:41 +00:00
|
|
|
<grid columns="3">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.number_of_colors" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr expansive="true" id="colors" magnet="true" />
|
2015-06-30 15:21:41 +00:00
|
|
|
<box cell_align="horizontal" />
|
|
|
|
|
|
|
|
<separator horizontal="true" cell_hspan="3" />
|
|
|
|
|
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="3" cell_align="right">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2015-06-30 15:21:41 +00:00
|
|
|
</box>
|
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</gui>
|