mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Make buttons properly obey stylebox content marins, closes #2156
This commit is contained in:
parent
be73e2d2f2
commit
b0b1da6950
3 changed files with 5 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue