2014-02-08 00:19:20 -03:00
<!-- Aseprite -->
2015-01-18 22:05:33 -03:00
<!-- Copyright (C) 2001 - 2015 by David Capello -->
2012-06-15 23:37:59 -03:00
<gui >
2014-10-25 11:49:24 -03:00
<window id= "options" text= "Preferences" >
2014-08-10 01:12:31 -03:00
<vbox >
2014-06-22 21:56:04 -03:00
<hbox >
<view maxsize= "true" >
<listbox id= "section_listbox" >
<listitem text= "General" value= "section_general" />
<listitem text= "Editor" value= "section_editor" />
<listitem text= "Grid && Background" value= "section_grid" />
<listitem text= "Undo" value= "section_undo" />
2014-08-10 19:51:14 -03:00
<listitem text= "Experimental" value= "section_experimental" />
2014-06-22 21:56:04 -03:00
</listbox>
</view>
2010-04-25 21:29:50 -03:00
2014-06-22 21:56:04 -03:00
<panel id= "panel" >
<vbox id= "section_general" >
<separator text= "General" horizontal= "true" />
2014-08-19 08:17:57 -03:00
<hbox >
2014-06-22 21:56:04 -03:00
<label text= "Screen Scale:" />
2015-04-17 11:11:36 -03:00
<combobox id= "screen_scale" >
<listitem text= "1:1" value= "1" />
<listitem text= "2:1" value= "2" />
<listitem text= "3:1" value= "3" />
<listitem text= "4:1" value= "4" />
</combobox>
2014-08-19 08:17:57 -03:00
</hbox>
2014-07-06 20:51:27 -03:00
<check text= "Show timeline automatically" id= "autotimeline" tooltip= "Show the timeline automatically when a new frame or layer is added." />
2014-10-25 11:24:29 -03:00
<check text= "Expand menu bar items on mouseover" id= "expand_menubar_on_mouseover" tooltip= "Check this option to get this old menus behavior." />
2015-04-09 07:46:55 -03:00
<hbox >
<check text= "Automatically save recovery data every" id= "enable_data_recovery" tooltip= "With this option you can recover your documents if the program finalizes unexpectedly." />
<combobox id= "data_recovery_period" >
<listitem text= "2 Minutes" value= "2" />
<listitem text= "5 Minutes" value= "5" />
<listitem text= "10 Minutes" value= "10" />
<listitem text= "15 Minutes" value= "15" />
<listitem text= "30 Minutes" value= "30" />
</combobox>
</hbox>
2015-04-08 21:58:46 -03:00
<separator horizontal= "true" />
2014-08-20 00:11:19 -03:00
<link id= "locate_file" text= "Locate Configuration File" />
<link id= "locate_crash_folder" text= "Locate Crash Folder" />
2014-06-22 21:56:04 -03:00
</vbox>
2014-02-08 00:19:20 -03:00
2014-06-22 21:56:04 -03:00
<!-- Editor -->
<vbox id= "section_editor" >
<separator text= "Editor" horizontal= "true" />
2014-08-19 08:17:57 -03:00
<check text= "Zoom with Scroll Wheel" id= "wheel_zoom" />
2015-02-14 22:45:45 -03:00
<check text= "Center when zoom with keys or zoom tool" id= "center_on_zoom" />
2014-06-22 21:56:04 -03:00
<check text= "Show scroll-bars in sprite editor" id= "show_scrollbars" tooltip= "Show scroll-bars in all sprite editors." />
2014-08-19 08:17:57 -03:00
<hbox >
<label text= "Right-click:" />
<combobox id= "right_click_behavior" expansive= "true" />
</hbox>
<hbox >
<label text= "Cursor Color:" />
2014-06-22 21:56:04 -03:00
<box id= "cursor_color_box" /> <!-- custom widget -->
2014-08-19 08:17:57 -03:00
</hbox>
2014-06-22 21:56:04 -03:00
</vbox>
2014-02-08 00:19:20 -03:00
2014-06-22 21:56:04 -03:00
<!-- Grid & background -->
<vbox id= "section_grid" >
2015-02-14 23:31:11 -03:00
<combobox id= "grid_scope" />
<separator text= "Grid" horizontal= "true" expansive= "true" />
2014-11-24 19:13:25 -03:00
<grid columns= "3" >
2014-06-22 21:56:04 -03:00
<label text= "Grid Color:" />
2014-11-24 19:13:25 -03:00
<box id= "grid_color_placeholder" /> <!-- custom widget -->
<hbox />
2007-09-18 23:57:02 +00:00
2014-11-24 19:13:25 -03:00
<label text= "Grid Opacity:" />
<slider grid_hspan= "1" id= "grid_opacity" min= "1" max= "255" width= "128" />
<check id= "grid_auto_opacity" text= "Auto" />
<label text= "Pixel Grid Color:" />
<box id= "pixel_grid_color_placeholder" /> <!-- custom widget -->
<hbox />
<label text= "Pixel Grid Opacity:" />
<slider id= "pixel_grid_opacity" min= "1" max= "255" width= "128" />
<check id= "pixel_grid_auto_opacity" text= "Auto" />
2014-06-22 21:56:04 -03:00
</grid>
2010-04-28 23:47:08 -03:00
2014-06-22 21:56:04 -03:00
<separator text= "Checked Background" horizontal= "true" />
2014-11-24 19:13:25 -03:00
<hbox >
2014-06-22 21:56:04 -03:00
<label text= "Size:" />
<combobox id= "checked_bg_size" expansive= "true" />
2014-11-24 19:13:25 -03:00
</hbox>
2014-06-22 21:56:04 -03:00
<check text= "Apply Zoom" id= "checked_bg_zoom" />
2014-11-24 19:13:25 -03:00
<hbox >
<label text= "Colors:" />
2014-06-22 21:56:04 -03:00
<box horizontal= "true" id= "checked_bg_color1_box" />
<box horizontal= "true" id= "checked_bg_color2_box" />
2014-11-24 19:13:25 -03:00
</hbox>
<hbox >
<hbox expansive= "true" />
<button id= "reset" text= "Reset" width= "60" />
</hbox>
2014-06-22 21:56:04 -03:00
</vbox>
2010-04-28 23:47:08 -03:00
2014-06-22 21:56:04 -03:00
<!-- Undo -->
<vbox id= "section_undo" >
<separator text= "Undo" horizontal= "true" />
2015-01-18 22:05:33 -03:00
<hbox >
2014-06-22 21:56:04 -03:00
<label text= "Undo Limit:" />
<entry id= "undo_size_limit" maxsize= "4" tooltip= "Limit of memory to be used for undo information per sprite. Specified in megabytes." />
<label text= "MB" />
2015-01-18 22:05:33 -03:00
</hbox>
2007-09-18 23:57:02 +00:00
2015-01-18 22:05:33 -03:00
<vbox >
2014-06-22 21:56:04 -03:00
<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." />
2015-01-20 09:31:20 -03:00
<check id= "undo_allow_nonlinear_history" text= "Allow non-linear history" />
2015-01-18 22:05:33 -03:00
</vbox>
2014-06-22 21:56:04 -03:00
</vbox>
2014-08-10 19:51:14 -03:00
<!-- Experimental -->
<vbox id= "section_experimental" >
<separator text= "User Interface" horizontal= "true" />
2015-04-17 12:24:33 -03:00
<hbox >
<label text= "UI Elements Scale:" />
<combobox id= "ui_scale" >
<listitem text= "1:1" value= "1" />
<listitem text= "2:1" value= "2" />
<listitem text= "3:1" value= "3" />
<listitem text= "4:1" value= "4" />
</combobox>
</hbox>
2014-08-10 19:51:14 -03:00
<check id= "native_cursor" text= "Use native mouse cursor" />
2015-03-02 16:07:35 -03:00
<check id= "native_file_dialog" text= "Use native file dialog" />
2014-10-25 16:04:39 -03:00
<check id= "flash_layer" text= "Flash layer when it is selected" />
2014-08-10 19:51:14 -03:00
</vbox>
2014-06-22 21:56:04 -03:00
</panel>
</hbox>
2010-04-25 21:29:50 -03:00
<separator horizontal= "true" />
2014-06-22 21:56:04 -03:00
<hbox >
2014-06-13 23:00:49 -03:00
<boxfiller />
2014-06-22 21:56:04 -03:00
<hbox homogeneous= "true" >
2012-06-15 23:37:59 -03:00
<button text= "&OK" closewindow= "true" id= "button_ok" magnet= "true" width= "60" />
2012-01-05 19:45:03 -03:00
<button text= "&Cancel" closewindow= "true" />
2014-06-22 21:56:04 -03:00
</hbox>
</hbox>
</vbox>
2014-08-10 01:12:31 -03:00
</window>
2012-06-15 23:37:59 -03:00
</gui>