diff options
-rw-r--r-- | scripts/pybootchartgui/pybootchartgui/draw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py b/scripts/pybootchartgui/pybootchartgui/draw.py index 299cced741..4a2ffd79e1 100644 --- a/scripts/pybootchartgui/pybootchartgui/draw.py +++ b/scripts/pybootchartgui/pybootchartgui/draw.py | |||
@@ -420,7 +420,7 @@ def render_processes_chart(ctx, options, trace, curr_y, w, h, sec_w): | |||
420 | draw_legend_box (ctx, "Install", \ | 420 | draw_legend_box (ctx, "Install", \ |
421 | TASK_COLOR_INSTALL, off_x+240, curr_y + 45, leg_s) | 421 | TASK_COLOR_INSTALL, off_x+240, curr_y + 45, leg_s) |
422 | draw_legend_box (ctx, "Populate Sysroot", \ | 422 | draw_legend_box (ctx, "Populate Sysroot", \ |
423 | TASK_COLOR_SYSROOT, off_x+480, curr_y + 45, leg_s) | 423 | TASK_COLOR_SYSROOT, off_x+360, curr_y + 45, leg_s) |
424 | draw_legend_box (ctx, "Package", \ | 424 | draw_legend_box (ctx, "Package", \ |
425 | TASK_COLOR_PACKAGE, off_x+480, curr_y + 45, leg_s) | 425 | TASK_COLOR_PACKAGE, off_x+480, curr_y + 45, leg_s) |
426 | draw_legend_box (ctx, "Package Write", | 426 | draw_legend_box (ctx, "Package Write", |