1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Fix default editor font.

Fix popup_centered_clamped definition typo.
This commit is contained in:
bruvzg
2020-03-27 14:13:01 +02:00
parent 64470ef639
commit 21c2116744
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ void editor_register_fonts(Ref<Theme> p_theme) {
// Default font
MAKE_DEFAULT_FONT(df, default_font_size);
p_theme->set_default_theme_font(df);
p_theme->set_font("font", "Node", df); // Default theme font
p_theme->set_font("main", "EditorFonts", df);
// Bold font