Add context support for editor property name i18n

This commit is contained in:
Haoyu Qiu
2023-10-05 21:12:10 +08:00
parent 29b3d9e9e5
commit 479b7afa8e
11 changed files with 65 additions and 22 deletions

View File

@ -936,8 +936,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_stylebox("separator", "VSeparator", separator_vertical);
theme->set_icon("close", "Icons", icons["close"]);
theme->set_font("normal", "Fonts", Ref<Font>());
theme->set_font("large", "Fonts", Ref<Font>());
theme->set_constant("separation", "HSeparator", Math::round(4 * scale));
theme->set_constant("separation", "VSeparator", Math::round(4 * scale));