Minor changes in the Edit > Preferences > Experimental section

This commit is contained in:
David Capello 2023-02-24 17:06:44 -03:00
parent 24b273f806
commit 495a0b4684
2 changed files with 13 additions and 9 deletions

View File

@ -1694,6 +1694,8 @@ disable_extension = &Disable
uninstall_extension = &Uninstall
open_extension_folder = Open &Folder
user_interface = User Interface
color_quantization = Color Quantization
performance = Performance
multiple_windows = UI with multiple windows
new_blend = New layer blending method
new_render_engine = New render engine for sprite editor

View File

@ -513,18 +513,9 @@
</hbox>
<check id="native_clipboard" text="@.native_clipboard" />
<check id="native_file_dialog" text="@.native_file_dialog" />
<hbox>
<check id="shaders_for_color_selectors"
text="@.shaders_for_color_selectors"
pref="experimental.use_shaders_for_color_selectors" />
<link text="(#960)" url="https://github.com/aseprite/aseprite/issues/960" />
</hbox>
<check id="tint_shade_tone_hue_with_sat_value"
text="@.hue_with_sat_value"
pref="experimental.hue_with_sat_value_for_color_selector" />
<check id="cache_compressed_tilesets"
text="@.cache_compressed_tilesets"
pref="tileset.cache_compressed_tilesets" />
<hbox id="load_wintab_driver_box">
<check id="load_wintab_driver2"
text="@.load_wintab_driver"
@ -536,10 +527,21 @@
<label text="@.non_active_layer_opacity" />
<slider id="nonactive_layers_opacity" min="0" max="255" width="128" />
</hbox>
<separator text="@.color_quantization" horizontal="true" />
<hbox>
<label text="@rgbmap_algorithm_selector.label" />
<hbox id="rgbmap_algorithm_placeholder" />
</hbox>
<separator text="@.performance" horizontal="true" />
<hbox>
<check id="shaders_for_color_selectors"
text="@.shaders_for_color_selectors"
pref="experimental.use_shaders_for_color_selectors" />
<link text="(#960)" url="https://github.com/aseprite/aseprite/issues/960" />
</hbox>
<check id="cache_compressed_tilesets"
text="@.cache_compressed_tilesets"
pref="tileset.cache_compressed_tilesets" />
</vbox>
</panel>