layout columns

This commit is contained in:
Martin Kavík 2024-05-28 23:45:36 +02:00
parent 0e91fc2d04
commit 7da6d26d78
2 changed files with 170 additions and 29 deletions

View file

@ -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,
// ))
}