mirror of
https://github.com/godotengine/godot.git
synced 2025-01-16 23:12:08 +00:00
rtl uses styleBoxEmpty as defualt
This commit is contained in:
parent
44adf75cd5
commit
1c07d0e9aa
@ -794,7 +794,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
||||
// RichTextLabel
|
||||
|
||||
theme->set_stylebox("focus", "RichTextLabel", focus);
|
||||
theme->set_stylebox("normal", "RichTextLabel", make_stylebox(tree_bg_png, 3, 3, 3, 3));
|
||||
theme->set_stylebox("normal", "RichTextLabel", make_empty_stylebox(0, 0, 0, 0));
|
||||
|
||||
theme->set_font("normal_font", "RichTextLabel", default_font);
|
||||
theme->set_font("bold_font", "RichTextLabel", default_font);
|
||||
|
Loading…
Reference in New Issue
Block a user