From: Peter Kjellerstedt Date: Tue, 21 Jan 2014 15:22:32 +0000 (+0100) Subject: pybootchartgui: Correct the legend X-Git-Tag: 2015-4~3956 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1ca2e1a2ae3dc4d1e62a9daf25df588ec27a195a;p=openembedded-core.git pybootchartgui: Correct the legend Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- 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): draw_legend_box (ctx, "Install", \ TASK_COLOR_INSTALL, off_x+240, curr_y + 45, leg_s) draw_legend_box (ctx, "Populate Sysroot", \ - TASK_COLOR_SYSROOT, off_x+480, curr_y + 45, leg_s) + TASK_COLOR_SYSROOT, off_x+360, curr_y + 45, leg_s) draw_legend_box (ctx, "Package", \ TASK_COLOR_PACKAGE, off_x+480, curr_y + 45, leg_s) draw_legend_box (ctx, "Package Write",