You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge pull request #60261 from fire-forge/theme-prop-renames
This commit is contained in:
@@ -1583,7 +1583,7 @@ DynamicFontImportSettings::DynamicFontImportSettings() {
|
||||
}
|
||||
glyph_table->add_theme_style_override("selected", glyph_table->get_theme_stylebox(SNAME("bg")));
|
||||
glyph_table->add_theme_style_override("selected_focus", glyph_table->get_theme_stylebox(SNAME("bg")));
|
||||
glyph_table->add_theme_constant_override("hseparation", 0);
|
||||
glyph_table->add_theme_constant_override("h_separation", 0);
|
||||
glyph_table->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
glyph_table->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user