summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLiming An <limingx.l.an@intel.com>2012-04-16 16:53:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-16 12:54:44 +0100
commitf6be78d8a45dc501c2bbe1e1a399a342dabe11d5 (patch)
tree6a55e8e676122e3d96c5e8b1342a1b84cdeceded /lib
parent4505097f4f7834857a6086d5dabeedb24b49cf4c (diff)
downloadbitbake-contrib-f6be78d8a45dc501c2bbe1e1a399a342dabe11d5.tar.gz
Hob: fixed the issue that the notebook overlay-scrollbar is overlapped
In those systems which had use gtk overlay-scrollbar feature,such as Ubuntu 11.10, we have the issue with the multiple overlaped scrollbar in 'Recipe View' notebook or 'Package View' notebook, this patch is going to fix it. Signed-off-by: Liming An <limingx.l.an@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/ui/crumbs/hobwidget.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/ui/crumbs/hobwidget.py b/lib/bb/ui/crumbs/hobwidget.py
index a42cdecf2..490de4a6b 100644
--- a/lib/bb/ui/crumbs/hobwidget.py
+++ b/lib/bb/ui/crumbs/hobwidget.py
@@ -165,7 +165,6 @@ class HobViewTable (gtk.VBox):
scroll = gtk.ScrolledWindow()
scroll.set_policy(gtk.POLICY_NEVER, gtk.POLICY_ALWAYS)
- scroll.set_shadow_type(gtk.SHADOW_IN)
scroll.add(self.table_tree)
self.pack_start(scroll, True, True, 0)