2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2013-01-27 15:13:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="Grid Settings" id="grid_settings">
|
2010-04-25 18:31:44 +00:00
|
|
|
<grid columns="4">
|
|
|
|
|
|
|
|
<label text="X:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry id="grid_x" text="" maxsize="4" magnet="true" />
|
2010-04-25 18:31:44 +00:00
|
|
|
|
|
|
|
<label text="Y:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry id="grid_y" text="" maxsize="4" />
|
2010-04-25 18:31:44 +00:00
|
|
|
|
|
|
|
<label text="Width:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry id="grid_w" text="" maxsize="4" />
|
2010-04-25 18:31:44 +00:00
|
|
|
|
|
|
|
<label text="Height:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry id="grid_h" text="" maxsize="4" />
|
2010-04-25 18:31:44 +00:00
|
|
|
|
|
|
|
<separator horizontal="true" cell_hspan="4" />
|
|
|
|
|
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="4" cell_align="right">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&Cancel" closewindow="true" />
|
2010-04-25 18:31:44 +00:00
|
|
|
</box>
|
|
|
|
</grid>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|