summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobwidget.py2
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 1d1ae1a349..f482a26f6a 100644
--- a/bitbake/lib/bb/ui/crumbs/hobwidget.py
+++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py
@@ -142,7 +142,7 @@ class HobViewTable (gtk.VBox):
142 col.add_attribute(cell, 'font', column['col_t_id']) 142 col.add_attribute(cell, 'font', column['col_t_id'])
143 143
144 self.scroll = gtk.ScrolledWindow() 144 self.scroll = gtk.ScrolledWindow()
145 self.scroll.set_policy(gtk.POLICY_NEVER, gtk.POLICY_ALWAYS) 145 self.scroll.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)
146 self.scroll.add(self.table_tree) 146 self.scroll.add(self.table_tree)
147 147
148 self.pack_end(self.scroll, True, True, 0) 148 self.pack_end(self.scroll, True, True, 0)