]> code.ossystems Code Review - openembedded-core.git/commitdiff
pybootchartgui: Correct the legend
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 21 Jan 2014 15:22:32 +0000 (16:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jan 2014 07:26:29 +0000 (07:26 +0000)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/pybootchartgui/pybootchartgui/draw.py

index 299cced741c4aadb6443485f24f698baef01352d..4a2ffd79e1ee679f124fcf0fcaba383b1faa2d1f 100644 (file)
@@ -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",