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 >
<box vertical= "true" id= "main_box" >
2009-12-16 23:24:57 +00:00
<box horizontal= "true" >
<box vertical= "true" homogeneous= "true" >
2012-01-05 22:45:03 +00:00
<label text= "Left:" />
<label text= "Right:" />
2009-05-31 16:02:32 +00:00
</box>
2009-12-16 23:24:57 +00:00
<box vertical= "true" homogeneous= "true" >
2012-06-16 02:37:59 +00:00
<entry text= "0" id= "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" id= "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" >
2012-01-05 22:45:03 +00:00
<label text= "Top:" />
<label text= "Bottom:" />
2009-05-31 16:02:32 +00:00
</box>
2009-12-16 23:24:57 +00:00
<box vertical= "true" homogeneous= "true" >
2012-06-16 02:37:59 +00:00
<entry text= "0" id= "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" id= "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" >
2012-06-16 02:37:59 +00:00
<button text= "&OK" closewindow= "true" id= "ok" magnet= "true" width= "60" />
2012-01-05 22:45:03 +00:00
<button text= "&Cancel" closewindow= "true" />
2009-05-31 16:02:32 +00:00
</box>
</box>
</box>
2012-06-16 02:37:59 +00:00
</gui>