controls_panel layout, variables lazy-loading, concurrent waveform parts loading
This commit is contained in:
parent
53effc0b30
commit
0e91fc2d04
2 changed files with 59 additions and 13 deletions
|
@ -26,6 +26,7 @@ fn root() -> impl Element {
|
|||
Row::new()
|
||||
.s(Height::fill())
|
||||
.s(Font::new().color(color!("Lavender")))
|
||||
.s(Gap::new().x(15))
|
||||
.item(ControlsPanel::new(
|
||||
hierarchy_and_time_table.clone(),
|
||||
selected_var_refs.clone(),
|
||||
|
|
Reference in a new issue