Update control_panel.rs
fixed issue where i didnt put anything into a child function call
This commit is contained in:
parent
28694107d4
commit
9b5912f9eb
|
|
@ -57,7 +57,9 @@ pub fn control_panel(s: &mut Cursive) -> Box<dyn View> {
|
|||
)
|
||||
)
|
||||
)
|
||||
.child()
|
||||
.child(
|
||||
ListView::new()
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue