2014-02-08 03:19:20 +00:00
<!-- Aseprite -->
2016-03-24 17:29:15 +00:00
<!-- Copyright (C) 2001 - 2016 by David Capello -->
2012-06-16 02:37:59 +00:00
<gui >
2014-10-25 14:49:24 +00:00
<window id= "options" text= "Preferences" >
2014-08-10 04:12:31 +00:00
<vbox >
2015-07-18 16:29:23 +00:00
<hbox expansive= "true" >
2014-06-23 00:56:04 +00:00
<view maxsize= "true" >
<listbox id= "section_listbox" >
<listitem text= "General" value= "section_general" />
<listitem text= "Editor" value= "section_editor" />
2015-06-19 15:09:34 +00:00
<listitem text= "Timeline" value= "section_timeline" />
2016-03-24 17:29:15 +00:00
<listitem text= "Cursors" value= "section_cursors" />
2014-06-23 00:56:04 +00:00
<listitem text= "Grid && Background" value= "section_grid" />
<listitem text= "Undo" value= "section_undo" />
2015-09-18 15:23:02 +00:00
<listitem text= "Theme" value= "section_theme" />
2014-08-10 22:51:14 +00:00
<listitem text= "Experimental" value= "section_experimental" />
2014-06-23 00:56:04 +00:00
</listbox>
</view>
2010-04-26 00:29:50 +00:00
2015-07-18 16:29:23 +00:00
<panel id= "panel" expansive= "true" >
2014-06-23 00:56:04 +00:00
<vbox id= "section_general" >
<separator text= "General" horizontal= "true" />
2014-08-19 11:17:57 +00:00
<hbox >
2015-08-10 21:56:36 +00: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 11:17:57 +00:00
</hbox>
2015-10-06 00:18:42 +00:00
<check text= "GPU acceleration" id= "gpu_acceleration" tooltip= "Check this option to enable hardware acceleration" />
2014-10-25 14:24:29 +00: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 10:46:55 +00: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" >
2016-11-12 21:02:47 +00:00
<listitem text= "10 seconds" value= "0.33" />
<listitem text= "30 seconds" value= "0.5" />
<listitem text= "1 Minutes" value= "1" />
2015-04-09 10:46:55 +00:00
<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>
2016-07-25 14:04:16 +00:00
<check text= "Show full file name path" id= "show_full_path" tooltip= "Uncheck this option if you would prefer to hide full path on UI (e.g. useful for live streaming)" />
2015-04-09 00:58:46 +00:00
<separator horizontal= "true" />
2014-08-20 03:11:19 +00:00
<link id= "locate_file" text= "Locate Configuration File" />
<link id= "locate_crash_folder" text= "Locate Crash Folder" />
2014-06-23 00:56:04 +00:00
</vbox>
2014-02-08 03:19:20 +00:00
2014-06-23 00:56:04 +00:00
<!-- Editor -->
<vbox id= "section_editor" >
<separator text= "Editor" horizontal= "true" />
2015-05-07 18:52:26 +00:00
<check text= "Zoom with scroll wheel" id= "wheel_zoom" />
2016-05-27 16:15:13 +00:00
<check text= "Zoom sliding two fingers up or down" id= "slide_zoom" />
2015-05-07 18:52:26 +00:00
<check text= "Zoom from center with scroll wheel" id= "zoom_from_center_with_wheel" />
2015-05-07 18:56:38 +00:00
<check text= "Zoom from center with keys" id= "zoom_from_center_with_keys" />
2014-06-23 00:56:04 +00:00
<check text= "Show scroll-bars in sprite editor" id= "show_scrollbars" tooltip= "Show scroll-bars in all sprite editors." />
2014-08-19 11:17:57 +00:00
<hbox >
<label text= "Right-click:" />
<combobox id= "right_click_behavior" expansive= "true" />
</hbox>
2015-07-27 14:43:48 +00: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 20:49:21 +00: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-23 00:56:04 +00:00
</vbox>
2014-02-08 03:19:20 +00:00
2015-07-27 14:43:48 +00:00
<!-- Timeline -->
2015-06-19 15:09:34 +00: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." />
2016-11-22 21:05:56 +00:00
<hbox >
<label text= "Default First Frame:" />
<entry id= "first_frame" maxsize= "3" />
</hbox>
2015-06-19 15:09:34 +00:00
</vbox>
2016-03-24 17:29:15 +00:00
<!-- Cursors -->
<vbox id= "section_cursors" >
2016-08-30 20:27:19 +00:00
<separator text= "UI Mouse Cursor" horizontal= "true" />
2016-08-30 19:52:03 +00:00
<check id= "native_cursor" text= "Use native mouse cursors" />
2016-08-30 20:27:19 +00:00
<hbox >
<label id= "cursor_scale_label" text= "Mouse Cursor Scale:" />
<combobox id= "cursor_scale" >
<listitem text= "100%" value= "1" />
<listitem text= "200%" value= "2" />
<listitem text= "300%" value= "3" />
<listitem text= "400%" value= "4" />
</combobox>
</hbox>
2016-08-30 19:52:03 +00:00
2016-03-24 17:29:15 +00:00
<separator text= "Painting Cursors" horizontal= "true" />
2016-08-31 14:22:08 +00:00
<grid columns= "2" >
<label text= "Crosshair Type:" />
<combobox id= "painting_cursor_type" >
<listitem text= "Simple Crosshair" value= "0" />
<listitem text= "Crosshair on Sprite" value= "1" />
</combobox>
<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>
<label text= "Crosshair & Brush Edges Color:" />
2016-03-24 17:29:15 +00:00
<combobox group= "1" id= "cursor_color_type" >
<listitem text= "Negative Black and White" value= "0" />
<listitem text= "Specific Color" value= "1" />
</combobox>
2016-08-31 14:22:08 +00:00
<boxfiller />
<box id= "cursor_color_placeholder" /> <!-- custom widget -->
</grid>
2016-03-24 17:29:15 +00:00
</vbox>
2014-06-23 00:56:04 +00:00
<!-- Grid & background -->
<vbox id= "section_grid" >
2015-02-15 02:31:11 +00:00
<combobox id= "grid_scope" />
2015-07-18 16:29:23 +00:00
<separator text= "Grid" horizontal= "true" />
2014-11-24 22:13:25 +00:00
<grid columns= "3" >
2014-06-23 00:56:04 +00:00
<label text= "Grid Color:" />
2014-11-24 22:13:25 +00:00
<box id= "grid_color_placeholder" /> <!-- custom widget -->
<hbox />
2007-09-18 23:57:02 +00:00
2014-11-24 22:13:25 +00: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-23 00:56:04 +00:00
</grid>
2010-04-29 02:47:08 +00:00
2014-06-23 00:56:04 +00:00
<separator text= "Checked Background" horizontal= "true" />
2014-11-24 22:13:25 +00:00
<hbox >
2014-06-23 00:56:04 +00:00
<label text= "Size:" />
<combobox id= "checked_bg_size" expansive= "true" />
2014-11-24 22:13:25 +00:00
</hbox>
2014-06-23 00:56:04 +00:00
<check text= "Apply Zoom" id= "checked_bg_zoom" />
2014-11-24 22:13:25 +00:00
<hbox >
<label text= "Colors:" />
2014-06-23 00:56:04 +00:00
<box horizontal= "true" id= "checked_bg_color1_box" />
<box horizontal= "true" id= "checked_bg_color2_box" />
2014-11-24 22:13:25 +00:00
</hbox>
<hbox >
<hbox expansive= "true" />
<button id= "reset" text= "Reset" width= "60" />
</hbox>
2014-06-23 00:56:04 +00:00
</vbox>
2010-04-29 02:47:08 +00:00
2014-06-23 00:56:04 +00:00
<!-- Undo -->
<vbox id= "section_undo" >
<separator text= "Undo" horizontal= "true" />
2015-01-19 01:05:33 +00:00
<hbox >
2014-06-23 00:56:04 +00: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-19 01:05:33 +00:00
</hbox>
2007-09-18 23:57:02 +00:00
2015-01-19 01:05:33 +00:00
<vbox >
2014-06-23 00:56:04 +00: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 12:31:20 +00:00
<check id= "undo_allow_nonlinear_history" text= "Allow non-linear history" />
2015-01-19 01:05:33 +00:00
</vbox>
2014-06-23 00:56:04 +00:00
</vbox>
2014-08-10 22:51:14 +00:00
2015-09-18 15:23:02 +00: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 15:39:46 +00:00
<button id= "open_theme_folder" text= "Open &Folder" width= "100" />
2015-09-18 15:23:02 +00:00
</hbox>
</vbox>
2014-08-10 22:51:14 +00:00
<!-- Experimental -->
<vbox id= "section_experimental" >
<separator text= "User Interface" horizontal= "true" />
2015-03-02 19:07:35 +00:00
<check id= "native_file_dialog" text= "Use native file dialog" />
2014-10-25 19:04:39 +00:00
<check id= "flash_layer" text= "Flash layer when it is selected" />
2016-12-01 18:20:35 +00:00
<hbox >
<label text= "Opacity for non-active layers:" />
<slider id= "nonactive_layers_opacity" min= "0" max= "255" width= "128" />
</hbox>
2014-08-10 22:51:14 +00:00
</vbox>
2014-06-23 00:56:04 +00:00
</panel>
</hbox>
2010-04-26 00:29:50 +00:00
<separator horizontal= "true" />
2014-06-23 00:56:04 +00:00
<hbox >
2014-06-14 02:00:49 +00:00
<boxfiller />
2014-06-23 00:56:04 +00:00
<hbox homogeneous= "true" >
2012-06-16 02:37:59 +00:00
<button text= "&OK" closewindow= "true" id= "button_ok" magnet= "true" width= "60" />
2016-06-14 12:23:26 +00:00
<button text= "&Apply" id= "button_apply" />
2012-01-05 22:45:03 +00:00
<button text= "&Cancel" closewindow= "true" />
2014-06-23 00:56:04 +00:00
</hbox>
</hbox>
</vbox>
2014-08-10 04:12:31 +00:00
</window>
2012-06-16 02:37:59 +00:00
</gui>