From cb2d9c7909bdd7d54dd75b46f6849d39243807eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=BChler?= <david.buhler@cea.fr> Date: Thu, 4 Nov 2021 11:19:03 +0100 Subject: [PATCH] [ivette] Eva values: fixes the size of the summary row when callstacks are shown. --- ivette/src/frama-c/plugins/eva/layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivette/src/frama-c/plugins/eva/layout.ts b/ivette/src/frama-c/plugins/eva/layout.ts index e1a301bc71c..ba3ce772b86 100644 --- a/ivette/src/frama-c/plugins/eva/layout.ts +++ b/ivette/src/frama-c/plugins/eva/layout.ts @@ -194,7 +194,7 @@ export class LayoutEngine { stackIndex: -1, stackCount: stacks.length, fct, - hlines: 1, + hlines, }); stacks.forEach((cs, k) => { rs.push({ -- GitLab