summaryrefslogtreecommitdiff
path: root/DevTools/Inspector
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/Inspector')
-rw-r--r--DevTools/Inspector/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/Inspector/main.cpp b/DevTools/Inspector/main.cpp
index 4fc29779ab..d940c1216a 100644
--- a/DevTools/Inspector/main.cpp
+++ b/DevTools/Inspector/main.cpp
@@ -50,7 +50,7 @@ int main(int argc, char** argv)
tree_view->set_model(remote_process.object_graph_model());
tree_view->set_activates_on_selection(true);
- auto* properties_table_view = new GTableView(splitter);
+ auto properties_table_view = GTableView::construct(splitter);
properties_table_view->set_size_columns_to_fit_content(true);
tree_view->on_activation = [&](auto& index) {