Fix theming code in Panel, SplitContainer, RichTextLabel
This commit is contained in:
parent
43f03e2ce6
commit
39ef611a7d
4 changed files with 3 additions and 8 deletions
|
|
@ -139,7 +139,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
|||
|
||||
// Panel
|
||||
theme->set_stylebox("panel", "Panel", make_flat_stylebox(style_normal_color, 0, 0, 0, 0));
|
||||
theme->set_stylebox("panel_fg", "Panel", make_flat_stylebox(style_normal_color, 0, 0, 0, 0));
|
||||
|
||||
// Button
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue