From d52e74cee9745b497296fa7d2b6cbc6f1a903aa7 Mon Sep 17 00:00:00 2001 From: Liming An Date: Mon, 4 Jun 2012 14:00:22 -0700 Subject: Hob: change the refresh icon speed to make it view clear Because the arrow icon refresh so fast as the go backward by illusion, so adjust it slow. [YOCTO #2335] (Bitbake rev: ac4a8885fafdc0d1e79831334ead9a8ddb6e2472) Signed-off-by: Liming An Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hobwidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index 751b3e0a2e..6cf73b0747 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py @@ -1057,7 +1057,7 @@ class HobCellRendererPixbuf(gtk.CellRendererPixbuf): if self.control.is_active(): self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, True) else: - self.control.start_run(200, 0, 0, 1000, 200, tree) + self.control.start_run(200, 0, 0, 1000, 150, tree) else: self.control.remove_running_cell_area(cell_area) self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, False) -- cgit v1.2.3-54-g00ecf