Fix theming issues with the ObjectDB profiler
This commit is contained in:
parent
82bc54c7d6
commit
ce648d13e3
8 changed files with 52 additions and 24 deletions
|
|
@ -103,6 +103,7 @@ NodeTreeElements SnapshotNodeView::_make_node_tree(const String &p_tree_name) {
|
|||
elements.tree->set_column_expand(0, true);
|
||||
elements.tree->set_column_clip_content(0, false);
|
||||
elements.tree->set_column_custom_minimum_width(0, 150 * EDSCALE);
|
||||
elements.tree->set_theme_type_variation("TreeSecondary");
|
||||
elements.tree->connect(SceneStringName(item_selected), callable_mp(this, &SnapshotNodeView::_node_selected).bind(elements.tree));
|
||||
elements.tree->set_h_size_flags(SizeFlags::SIZE_EXPAND_FILL);
|
||||
elements.tree->set_v_size_flags(SizeFlags::SIZE_EXPAND_FILL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue