Unified script panel backgrounds.
- simplefied it with using the new rtl.
- removed ("ScriptPanel", "EditorStyles") for since rtl now can be used
- unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated.
This commit is contained in:
@@ -794,6 +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_font("normal_font", "RichTextLabel", default_font);
|
||||
theme->set_font("bold_font", "RichTextLabel", default_font);
|
||||
|
||||
Reference in New Issue
Block a user