Merge pull request #59367 from Calinou/script-editor-decrease-line-spacing
Decrease the default line spacing in the script editor
This commit is contained in:
commit
d77d85d23e
2 changed files with 3 additions and 3 deletions
|
|
@ -535,7 +535,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
// Appearance: Whitespace
|
||||
_initial_set("text_editor/appearance/whitespace/draw_tabs", true);
|
||||
_initial_set("text_editor/appearance/whitespace/draw_spaces", false);
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_RANGE, "text_editor/appearance/whitespace/line_spacing", 6, "0,50,1")
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_RANGE, "text_editor/appearance/whitespace/line_spacing", 4, "0,50,1")
|
||||
|
||||
// Behavior
|
||||
// Behavior: Navigation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue