mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-05 22:40:46 +00:00
Expand cpu chart size
This commit is contained in:
+2
-2
@@ -147,9 +147,9 @@ pub fn draw_data<B: backend::Backend>(terminal: &mut Terminal<B>, app_state: &mu
|
||||
.margin(0)
|
||||
.constraints(
|
||||
if app_state.left_legend {
|
||||
[Constraint::Percentage(10), Constraint::Percentage(90)]
|
||||
[Constraint::Percentage(15), Constraint::Percentage(85)]
|
||||
} else {
|
||||
[Constraint::Percentage(90), Constraint::Percentage(10)]
|
||||
[Constraint::Percentage(85), Constraint::Percentage(15)]
|
||||
}
|
||||
.as_ref(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user