From patchwork Mon Apr 16 08:53:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 1/2] Hob: fixed the issue that the notebook overlay-scrollbar is overlapped Date: Mon, 16 Apr 2012 08:53:27 -0000 From: Shane Wang X-Patchwork-Id: 25897 Message-Id: <395e04713e9714aeedb15553de9334a48403a495.1334565351.git.shane.wang@intel.com> To: bitbake-devel@lists.openembedded.org From: Liming An 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 --- bitbake/lib/bb/ui/crumbs/hobwidget.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index a42cdec..490de4a 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/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)