Increased smooth scroll speed and added user setting
This commit is contained in:
parent
1be30f35a6
commit
d6599fde0a
4 changed files with 19 additions and 1 deletions
|
|
@ -616,6 +616,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
hints["text_editor/line_numbers/line_length_guideline_column"] = PropertyInfo(Variant::INT, "text_editor/line_numbers/line_length_guideline_column", PROPERTY_HINT_RANGE, "20, 160, 10");
|
||||
|
||||
set("text_editor/open_scripts/smooth_scrolling", true);
|
||||
set("text_editor/open_scripts/v_scroll_speed", 80);
|
||||
set("text_editor/open_scripts/show_members_overview", true);
|
||||
|
||||
set("text_editor/files/trim_trailing_whitespace_on_save", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue