[oe-commits] Peter Kjellerstedt : pybootchartgui: Correct the legend

git at git.openembedded.org git at git.openembedded.org
Thu Jan 23 10:14:43 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 1ca2e1a2ae3dc4d1e62a9daf25df588ec27a195a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1ca2e1a2ae3dc4d1e62a9daf25df588ec27a195a

Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Date:   Tue Jan 21 16:22:32 2014 +0100

pybootchartgui: Correct the legend

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/pybootchartgui/pybootchartgui/draw.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py b/scripts/pybootchartgui/pybootchartgui/draw.py
index 299cced..4a2ffd7 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",



More information about the Openembedded-commits mailing list