1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Improve the look of inner tabs in modern theme

This commit is contained in:
passivestar
2025-12-28 15:27:39 +04:00
parent 63227bbc8a
commit 3393740d42
13 changed files with 88 additions and 10 deletions

View File

@@ -404,6 +404,7 @@ ObjectDBProfilerPanel::ObjectDBProfilerPanel() {
// Tabs of various views right for each snapshot.
view_tabs = memnew(TabContainer);
view_tabs->set_theme_type_variation("TabContainerInner");
root_container->add_child(view_tabs);
view_tabs->set_custom_minimum_size(Size2(300 * EDSCALE, 0));
view_tabs->set_v_size_flags(SizeFlags::SIZE_EXPAND_FILL);