diff options
| author | Daniel J. Ramirez | 2017-11-20 13:03:22 -0600 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-11-20 13:03:22 -0600 |
| commit | e5de5b4908fd31954c36662da83c7cf3f60fe2fb (patch) | |
| tree | a8db1a32386c7ba06902d1c2d105f747e881ed3f /editor/plugins/script_editor_plugin.cpp | |
| parent | 82ad05a20ef4420122b18eadf3835c4a8a49ba19 (diff) | |
| download | godot-e5de5b4908fd31954c36662da83c7cf3f60fe2fb.tar.gz godot-e5de5b4908fd31954c36662da83c7cf3f60fe2fb.tar.zst godot-e5de5b4908fd31954c36662da83c7cf3f60fe2fb.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 32ec9b2ba..3c2d52c12 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -2897,7 +2897,7 @@ ScriptEditorPlugin::ScriptEditorPlugin(EditorNode *p_node) { EDITOR_DEF("text_editor/open_scripts/script_temperature_enabled", true); EDITOR_DEF("text_editor/open_scripts/highlight_current_script", true); EDITOR_DEF("text_editor/open_scripts/script_temperature_history_size", 15); - EDITOR_DEF("text_editor/open_scripts/current_script_background_color", Color(1, 1, 1, 0.5)); + EDITOR_DEF("text_editor/open_scripts/current_script_background_color", Color(1, 1, 1, 0.3)); EDITOR_DEF("text_editor/open_scripts/group_help_pages", true); EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::INT, "text_editor/open_scripts/sort_scripts_by", PROPERTY_HINT_ENUM, "Name,Path")); EDITOR_DEF("text_editor/open_scripts/sort_scripts_by", 0); |
