mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 13:14:40 +02:00
Fix travis.
This commit is contained in:
parent
567283ab1b
commit
6ac5812ffd
@ -84,7 +84,7 @@ pub fn draw_data<B: backend::Backend>(terminal: &mut Terminal<B>, app_state: &mu
|
||||
let vertical_chunks = Layout::default()
|
||||
.direction(Direction::Vertical)
|
||||
.margin(1)
|
||||
.constraints([Constraint::Percentage(34), Constraint::Percentage(34), Constraint::Percentage(33)].as_ref())
|
||||
.constraints([Constraint::Percentage(33), Constraint::Percentage(34), Constraint::Percentage(34)].as_ref())
|
||||
.split(f.size());
|
||||
|
||||
let middle_chunks = Layout::default()
|
||||
|
Loading…
x
Reference in New Issue
Block a user