columns layout improvements, fmt
This commit is contained in:
parent
7da6d26d78
commit
1b9bb6ae9e
2 changed files with 97 additions and 45 deletions
|
@ -31,9 +31,8 @@ fn root() -> impl Element {
|
|||
hierarchy_and_time_table.clone(),
|
||||
selected_var_refs.clone(),
|
||||
))
|
||||
// @TODO uncomment
|
||||
// .item(WaveformPanel::new(
|
||||
// hierarchy_and_time_table,
|
||||
// selected_var_refs,
|
||||
// ))
|
||||
.item(WaveformPanel::new(
|
||||
hierarchy_and_time_table,
|
||||
selected_var_refs,
|
||||
))
|
||||
}
|
||||
|
|
Reference in a new issue