2009-05-31 16:02:32 +00:00
<!-- ASE - Allegro Sprite Editor -->
2010-04-29 02:52:51 +00:00
<!-- Copyright (C) 2001 - 2010 by David Capello -->
2009-05-31 16:02:32 +00:00
<jinete >
<window text= "Canvas Size" name= "canvas_size" >
2009-12-16 23:24:57 +00:00
<box vertical= "true" >
<box horizontal= "true" >
<box vertical= "true" homogeneous= "true" >
2009-05-31 16:02:32 +00:00
<label text= "Left:" />
<label text= "Right:" />
</box>
2009-12-16 23:24:57 +00:00
<box vertical= "true" homogeneous= "true" >
2010-01-31 23:42:45 +00:00
<entry text= "0" name= "left" maxsize= "32" maxwidth= "64" tooltip= "Columns to be added/removed in the left side. Use a negative number to remove columns." />
<entry text= "0" name= "right" maxsize= "32" maxwidth= "64" tooltip= "Columns to be added/removed in the right side. Use a negative number to remove columns." />
2009-05-31 16:02:32 +00:00
</box>
2009-12-16 23:24:57 +00:00
<box vertical= "true" homogeneous= "true" >
2009-05-31 16:02:32 +00:00
<label text= "Top:" />
<label text= "Bottom:" />
</box>
2009-12-16 23:24:57 +00:00
<box vertical= "true" homogeneous= "true" >
2010-01-31 23:42:45 +00:00
<entry text= "0" name= "top" maxsize= "32" maxwidth= "64" tooltip= "Rows to be added/removed in the top side. Use a negative number to remove rows." />
<entry text= "0" name= "bottom" maxsize= "32" maxwidth= "64" tooltip= "Rows to be added/removed in the bottom side. Use a negative number to remove rows." />
2009-05-31 16:02:32 +00:00
</box>
</box>
2009-12-16 23:24:57 +00:00
<separator horizontal= "true" />
<box horizontal= "true" >
<box horizontal= "true" expansive= "true" />
<box horizontal= "true" homogeneous= "true" >
<button text= "&OK" name= "ok" magnetic= "true" width= "60" />
<button text= "&Cancel" />
2009-05-31 16:02:32 +00:00
</box>
</box>
</box>
</window>
</jinete>