diff options
| author | Rémi Verschelde | 2017-11-20 20:08:46 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-20 20:08:46 +0100 |
| commit | 91a7b8c94891ccde6336e225b592675651544a79 (patch) | |
| tree | 1a2e3f16de80b5c86816238a607e172dcbb709d5 /editor/plugins/script_editor_plugin.cpp | |
| parent | 674d805813f487575422f196f6114d80d83d00e6 (diff) | |
| parent | e5de5b4908fd31954c36662da83c7cf3f60fe2fb (diff) | |
| download | godot-91a7b8c94891ccde6336e225b592675651544a79.tar.gz godot-91a7b8c94891ccde6336e225b592675651544a79.tar.zst godot-91a7b8c94891ccde6336e225b592675651544a79.zip | |
Merge pull request #13108 from djrm/pr_visual_improvements
Visual fixes
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); |
