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