wewo
This commit is contained in:
parent
d37d949513
commit
258404b7fa
14 changed files with 109 additions and 54 deletions
|
|
@ -138,7 +138,7 @@ pub fn render() {
|
|||
.draw(|f| {
|
||||
let sys = System::new_all();
|
||||
|
||||
let size = f.size();
|
||||
let size = f.area();
|
||||
let chunks = Layout::default()
|
||||
.direction(Direction::Horizontal)
|
||||
.constraints([Constraint::Percentage(40), Constraint::Percentage(60)])
|
||||
|
|
|
|||
Loading…
Reference in a new issue