This commit is contained in:
Jack Wills
2022-05-08 15:57:28 +00:00
parent a44689ee17
commit c04c348932
4 changed files with 22 additions and 40 deletions
+2 -14
View File
@@ -191,22 +191,10 @@ fn ui<B: Backend>(
.constraints(lower_split.as_ref())
.split(upper_main[1]);
draw_containers(
app_data,
top_panel[0],
f,
gui_state,
&column_widths,
);
draw_containers(app_data, top_panel[0], f, gui_state, &column_widths);
if has_containers {
draw_commands(
app_data,
top_panel[1],
f,
gui_state,
log_index,
);
draw_commands(app_data, top_panel[1], f, gui_state, log_index);
}
draw_logs(