mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Add setting to opt-out of capitalization in the property inspector
This commit is contained in:
parent
fce779a4ef
commit
7b315dc666
5 changed files with 14 additions and 8 deletions
|
|
@ -1625,7 +1625,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
|
|||
inspector->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
inspector->hide_top_label();
|
||||
inspector->get_scene_tree()->set_column_title(0, TTR("Variable"));
|
||||
inspector->set_capitalize_paths(false);
|
||||
inspector->set_enable_capitalize_paths(false);
|
||||
inspector->set_read_only(true);
|
||||
sc->add_child(inspector);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue