mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Use CoreStringNames::normal in more places
This commit is contained in:
parent
505da68b26
commit
cade5b88d9
19 changed files with 69 additions and 69 deletions
|
|
@ -55,7 +55,7 @@ BitMapEditor::BitMapEditor() {
|
|||
Ref<StyleBoxEmpty> stylebox;
|
||||
stylebox.instantiate();
|
||||
stylebox->set_content_margin(SIDE_RIGHT, 4 * EDSCALE);
|
||||
size_label->add_theme_style_override("normal", stylebox);
|
||||
size_label->add_theme_style_override(CoreStringName(normal), stylebox);
|
||||
}
|
||||
|
||||
///////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue