Set range and change EDITOR_DEF to EDITOR_GET

Fix indentation

Fix Indentation!

Remove 14
This commit is contained in:
Guillermo
2019-04-30 17:51:27 +02:00
parent c298b5267a
commit 60e16e4a0d
2 changed files with 3 additions and 1 deletions

View File

@@ -228,7 +228,7 @@ void editor_register_fonts(Ref<Theme> p_theme) {
p_theme->set_font("doc", "EditorFonts", df_doc);
p_theme->set_font("doc_title", "EditorFonts", df_doc_title);
MAKE_SOURCE_FONT(df_doc_code, int(EDITOR_DEF("text_editor/help/help_source_font_size", 14)) * EDSCALE);
MAKE_SOURCE_FONT(df_doc_code, int(EDITOR_GET("text_editor/help/help_source_font_size")) * EDSCALE);
p_theme->set_font("doc_source", "EditorFonts", df_doc_code);
// Ruler font