Skip to content
Snippets Groups Projects
Commit cb2d9c79 authored by David Bühler's avatar David Bühler
Browse files

[ivette] Eva values: fixes the size of the summary row when callstacks are shown.

parent daa68987
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ export class LayoutEngine { ...@@ -194,7 +194,7 @@ export class LayoutEngine {
stackIndex: -1, stackIndex: -1,
stackCount: stacks.length, stackCount: stacks.length,
fct, fct,
hlines: 1, hlines,
}); });
stacks.forEach((cs, k) => { stacks.forEach((cs, k) => {
rs.push({ rs.push({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment