Make buttons properly obey stylebox content marins, closes #2156

This commit is contained in:
Juan Linietsky 2016-01-02 15:51:41 -03:00
parent be73e2d2f2
commit b0b1da6950
3 changed files with 5 additions and 1 deletions

View file

@ -612,6 +612,7 @@ CodeTextEditor::CodeTextEditor() {
if (!font_overrode)
text_editor->add_font_override("font",get_font("source","Fonts"));
text_editor->set_show_line_numbers(true);
text_editor->set_brace_matching(true);
text_editor->set_auto_indent(true);