Allow turing off zero-padding for line numbers
This commit is contained in:
parent
a317617aae
commit
00b3af246b
4 changed files with 16 additions and 1 deletions
|
|
@ -546,6 +546,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
hints["text_editor/tab_size"]=PropertyInfo(Variant::INT,"text_editor/tab_size",PROPERTY_HINT_RANGE,"1, 64, 1"); // size of 0 crashes.
|
||||
set("text_editor/draw_tabs", true);
|
||||
|
||||
set("text_editor/line_numbers_zero_padded", false);
|
||||
|
||||
set("text_editor/show_line_numbers", true);
|
||||
set("text_editor/show_breakpoint_gutter", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue