2012-01-06 04:12:57 +00:00
<!-- ASEPRITE -->
2012-01-06 03:52:11 +00:00
<!-- Copyright (C) 2001 - 2012 by David Capello -->
2012-06-16 02:37:59 +00:00
<gui >
<window text= "Options" id= "options" >
2009-12-16 23:24:57 +00:00
<box vertical= "true" >
2010-04-26 00:29:50 +00:00
<box horizontal= "true" >
<box vertical= "true" >
<!-- Editor -->
2007-09-18 23:57:02 +00:00
2010-04-26 00:29:50 +00:00
<separator text= "Editor:" horizontal= "true" />
2012-06-16 02:37:59 +00:00
<check text= "Smooth auto-scroll" id= "smooth" />
<check text= "2 Click Movement" id= "move_click2" disabled= "true" />
<check text= "2 Click Drawing" id= "draw_click2" disabled= "true" />
2010-04-29 02:47:08 +00:00
<grid columns= "2" >
2012-01-05 22:45:03 +00:00
<label text= "Cursor:" />
2012-06-16 02:37:59 +00:00
<box id= "cursor_color_box" /> <!-- custom widget -->
2010-04-29 02:47:08 +00:00
2012-01-05 22:45:03 +00:00
<label text= "Grid Color:" />
2012-06-16 02:37:59 +00:00
<box id= "grid_color_box" /> <!-- custom widget -->
2010-04-29 02:47:08 +00:00
2012-01-05 22:45:03 +00:00
<label text= "Pixel Grid:" />
2012-06-16 02:37:59 +00:00
<box id= "pixel_grid_color_box" /> <!-- custom widget -->
2010-04-29 02:47:08 +00:00
</grid>
2007-09-18 23:57:02 +00:00
2010-04-26 00:29:50 +00:00
<!-- Undo -->
<separator text= "Undo:" horizontal= "true" />
2009-12-16 23:24:57 +00:00
<box horizontal= "true" >
2010-04-26 00:29:50 +00:00
<label text= "Undo Limit:" />
2012-06-16 02:37:59 +00:00
<entry id= "undo_size_limit" maxsize= "4" tooltip= "Limit of memory to be used for undo information per sprite. Specified in megabytes." />
2009-10-09 02:22:49 +00:00
<label text= "MB" />
2008-03-27 14:29:33 +00:00
</box>
2012-07-10 21:26:08 +00:00
<box horizontal= "true" >
<check id= "undo_goto_modified" text= "Go to modified frame/layer" tooltip= "When it's enabled each time you undo/redo the current frame & layer will be modified to focus the undid/redid change." />
</box>
2010-04-26 00:29:50 +00:00
</box>
<separator vertical= "true" />
<box vertical= "true" >
<!-- Checked Background -->
<separator text= "Checked Background:" horizontal= "true" />
<box horizontal= "true" >
2012-01-05 22:45:03 +00:00
<label text= "Size:" />
2012-06-16 02:37:59 +00:00
<combobox id= "checked_bg_size" expansive= "true" />
2010-04-26 00:29:50 +00:00
</box>
2012-06-16 02:37:59 +00:00
<check text= "Apply Zoom" id= "checked_bg_zoom" />
2010-04-26 00:29:50 +00:00
<grid columns= "2" >
2012-01-05 22:45:03 +00:00
<label text= "Color 1" />
2012-06-16 02:37:59 +00:00
<box horizontal= "true" id= "checked_bg_color1_box" />
2012-01-05 22:45:03 +00:00
<label text= "Color 2" />
2012-06-16 02:37:59 +00:00
<box horizontal= "true" id= "checked_bg_color2_box" />
2010-04-26 00:29:50 +00:00
</grid>
2012-06-16 02:37:59 +00:00
<button id= "checked_bg_reset" text= "Reset" />
2010-04-26 00:29:50 +00:00
</box>
2007-09-18 23:57:02 +00:00
</box>
2010-04-26 00:29:50 +00:00
<separator horizontal= "true" />
2009-12-16 23:24:57 +00:00
<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= "button_ok" magnet= "true" width= "60" />
2012-01-05 22:45:03 +00:00
<button text= "&Cancel" closewindow= "true" />
2007-12-06 20:05:32 +00:00
</box>
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
2012-06-16 02:37:59 +00:00
</gui>