Allow turing off zero-padding for line numbers

This commit is contained in:
Pedro J. Estébanez 2016-10-10 13:43:09 +02:00
parent a317617aae
commit 00b3af246b
4 changed files with 16 additions and 1 deletions

View file

@ -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);