We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d86b69 commit 3f5339aCopy full SHA for 3f5339a
editor/gui/editor_bottom_panel.cpp
@@ -56,7 +56,7 @@ void EditorBottomPanel::_on_tab_changed(int p_idx) {
56
}
57
58
void EditorBottomPanel::_theme_changed() {
59
- Ref<StyleBox> bottom_tabbar_style = get_theme_stylebox("tabbar_background", "BottomPanel")->duplicate();
+ Ref<StyleBox> bottom_tabbar_style = EditorNode::get_singleton()->get_editor_theme()->get_stylebox("tabbar_background", "BottomPanel")->duplicate();
60
bottom_tabbar_style->set_content_margin(SIDE_RIGHT, bottom_hbox->get_minimum_size().x + bottom_tabbar_style->get_content_margin(SIDE_LEFT));
61
add_theme_style_override("tabbar_background", bottom_tabbar_style);
62
0 commit comments