From 602adb0e5828144d44d93cf05a800db10a47c3ab Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Thu, 15 Mar 2012 14:56:45 +0800 Subject: Hob: Change Box's padding value For Box type of widget, change the padding value to be HIG consistent, that is an increments of 6 pixels. (Bitbake rev: 0347e99ca5c232832f2b490584d76872c6d77311) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/ui/crumbs/imagedetailspage.py') diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py index 833c149dbd..c063d74228 100755 --- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py +++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py @@ -258,7 +258,7 @@ class ImageDetailsPage (HobPage): def create_bottom_buttons(self, buttonlist): # Create the buttons at the bottom - bottom_buttons = gtk.HBox(False, 5) + bottom_buttons = gtk.HBox(False, 6) created = False # create button "Deploy image" -- cgit v1.2.3-54-g00ecf