diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2012-03-15 14:56:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-15 10:35:18 +0000 |
commit | 602adb0e5828144d44d93cf05a800db10a47c3ab (patch) | |
tree | d0c8c833959ad1163eed9bd9a3d4121b713f60c8 /bitbake/lib/bb/ui/crumbs/packageselectionpage.py | |
parent | 7548697a6b5e2a0268f149c296b74a750ad917d6 (diff) | |
download | poky-602adb0e5828144d44d93cf05a800db10a47c3ab.tar.gz |
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 <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/packageselectionpage.py')
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py index 4fb199e521..1c335ac733 100755 --- a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py | |||
@@ -133,7 +133,7 @@ class PackageSelectionPage (HobPage): | |||
133 | # add all into the dialog | 133 | # add all into the dialog |
134 | self.box_group_area.add(self.grid) | 134 | self.box_group_area.add(self.grid) |
135 | 135 | ||
136 | button_box = gtk.HBox(False, 5) | 136 | button_box = gtk.HBox(False, 6) |
137 | self.box_group_area.pack_start(button_box, expand=False, fill=False) | 137 | self.box_group_area.pack_start(button_box, expand=False, fill=False) |
138 | 138 | ||
139 | self.build_image_button = gtk.Button() | 139 | self.build_image_button = gtk.Button() |