diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobwidget.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
1057 | if self.control.is_active(): | 1057 | if self.control.is_active(): |
1058 | self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, True) | 1058 | self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, True) |
1059 | else: | 1059 | else: |
1060 | self.control.start_run(200, 0, 0, 1000, 200, tree) | 1060 | self.control.start_run(200, 0, 0, 1000, 150, tree) |
1061 | else: | 1061 | else: |
1062 | self.control.remove_running_cell_area(cell_area) | 1062 | self.control.remove_running_cell_area(cell_area) |
1063 | self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, False) | 1063 | self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, False) |