2014-02-08 00:19:20 -03:00
<!-- Aseprite -->
2016-03-24 14:29:15 -03:00
<!-- Copyright (C) 2001 - 2016 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 >
2015-07-18 13:29:23 -03:00
<hbox expansive= "true" >
2014-06-22 21:56:04 -03:00
<view maxsize= "true" >
<listbox id= "section_listbox" >
<listitem text= "General" value= "section_general" />
<listitem text= "Editor" value= "section_editor" />
2015-06-19 12:09:34 -03:00
<listitem text= "Timeline" value= "section_timeline" />
2016-03-24 14:29:15 -03:00
<listitem text= "Cursors" value= "section_cursors" />
2014-06-22 21:56:04 -03:00
<listitem text= "Grid && Background" value= "section_grid" />
<listitem text= "Undo" value= "section_undo" />
2015-09-18 12:23:02 -03:00
<listitem text= "Theme" value= "section_theme" />
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
2015-07-18 13:29:23 -03:00
<panel id= "panel" expansive= "true" >
2014-06-22 21:56:04 -03:00
<vbox id= "section_general" >
<separator text= "General" horizontal= "true" />
2014-08-19 08:17:57 -03:00
<hbox >
2015-08-10 18:56:36 -03:00
<grid columns= "2" >
<label text= "Screen Scaling:" />
<combobox id= "screen_scale" >
<listitem text= "100%" value= "1" />
<listitem text= "200%" value= "2" />
<listitem text= "300%" value= "3" />
<listitem text= "400%" value= "4" />
</combobox>
<label text= "UI Elements Scaling:" />
<combobox id= "ui_scale" >
<listitem text= "100%" value= "1" />
<listitem text= "200%" value= "2" />
<listitem text= "300%" value= "3" />
<listitem text= "400%" value= "4" />
</combobox>
</grid>
2014-08-19 08:17:57 -03:00
</hbox>
2015-10-05 21:18:42 -03:00
<check text= "GPU acceleration" id= "gpu_acceleration" tooltip= "Check this option to enable hardware acceleration" />
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" />
2015-05-07 15:52:26 -03:00
<check text= "Zoom with scroll wheel" id= "wheel_zoom" />
<check text= "Zoom from center with scroll wheel" id= "zoom_from_center_with_wheel" />
2015-05-07 15:56:38 -03:00
<check text= "Zoom from center with keys" id= "zoom_from_center_with_keys" />
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>
2015-07-27 11:43:48 -03:00
<separator text= "Selection" horizontal= "true" />
<check text= "Adjust opaque/transparent mode automatically" id= "auto_opaque" tooltip= "Depending on the layer (background/transparent), the pasted selection will be adjusted automatically (opaque/transparent)" />
2015-12-22 17:49:21 -03:00
<check text= "Keep selection after "Edit > Clear" command" id= "keep_selection_after_clear" tooltip= "Check this if you want to keep the selection after deleting it." />
2014-06-22 21:56:04 -03:00
</vbox>
2014-02-08 00:19:20 -03:00
2015-07-27 11:43:48 -03:00
<!-- Timeline -->
2015-06-19 12:09:34 -03:00
<vbox id= "section_timeline" >
<separator text= "Timeline" horizontal= "true" />
<check text= "Show timeline automatically" id= "autotimeline" tooltip= "Show the timeline automatically when a new frame or layer is added." />
<check text= "Rewind on Stop" id= "rewind_on_stop" tooltip= "The 'Stop' button should rewind the animation where it was started." />
</vbox>
2016-03-24 14:29:15 -03:00
<!-- Cursors -->
<vbox id= "section_cursors" >
<separator text= "Painting Cursors" horizontal= "true" />
<label text= "Precise Cursor Color:" />
<hbox >
<combobox group= "1" id= "cursor_color_type" >
<listitem text= "Negative Black and White" value= "0" />
<listitem text= "Specific Color" value= "1" />
</combobox>
<box id= "cursor_color_placeholder" /> <!-- custom widget -->
</hbox>
<label text= "Brush Preview:" />
<combobox id= "brush_preview" >
<listitem text= "None" value= "0" />
<listitem text= "Brush Edges" value= "1" />
<listitem text= "Full Real-time Brush Preview" value= "2" />
</combobox>
</vbox>
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" />
2015-07-18 13:29:23 -03:00
<separator text= "Grid" horizontal= "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
2015-09-18 12:23:02 -03:00
<!-- Theme -->
<vbox id= "section_theme" >
<separator text= "Available Themes" horizontal= "true" />
<view expansive= "true" maxsize= "true" >
<listbox id= "theme_list" />
</view>
<hbox >
<button id= "select_theme" text= "&Select" width= "60" />
<boxfiller />
2015-09-18 12:39:46 -03:00
<button id= "open_theme_folder" text= "Open &Folder" width= "100" />
2015-09-18 12:23:02 -03:00
</hbox>
</vbox>
2014-08-10 19:51:14 -03:00
<!-- Experimental -->
<vbox id= "section_experimental" >
<separator text= "User Interface" horizontal= "true" />
<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>