Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
773d21ee
Commit
773d21ee
authored
Jul 24, 2020
by
David Bühler
Browse files
[ivette] Values panel: fixes the columns width.
parent
0c39c545
Changes
1
Hide whitespace changes
Inline
Side-by-side
ivette/src/renderer/Values.tsx
View file @
773d21ee
...
...
@@ -28,7 +28,7 @@ const ColumnCallstack = () => Column({
label
:
'
Callstack
'
,
title
:
'
Context of the evaluation
'
,
align
:
'
left
'
,
width
:
1
0
0
,
width
:
1
5
0
,
render
:
CallstackRenderer
,
});
...
...
@@ -108,6 +108,7 @@ const Values = () => {
label
=
{
name
&&
`
${
name
}
(before)`
}
title
=
"Values inferred by Eva just before the selected point"
disableSort
width
=
{
300
}
/>
<
ColumnAlarm
visible
=
{
!!
name
}
/>
<
Column
...
...
@@ -116,6 +117,7 @@ const Values = () => {
label
=
{
name
&&
`
${
name
}
(after)`
}
title
=
"Values inferred by Eva just after the selected point"
disableSort
width
=
{
300
}
/>
</
Table
>
</>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment