summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2012-03-15 14:56:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-15 10:35:18 +0000
commit602adb0e5828144d44d93cf05a800db10a47c3ab (patch)
treed0c8c833959ad1163eed9bd9a3d4121b713f60c8 /bitbake/lib/bb/ui/crumbs/imagedetailspage.py
parent7548697a6b5e2a0268f149c296b74a750ad917d6 (diff)
downloadpoky-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/imagedetailspage.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/imagedetailspage.py2
1 files changed, 1 insertions, 1 deletions
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):
258 258
259 def create_bottom_buttons(self, buttonlist): 259 def create_bottom_buttons(self, buttonlist):
260 # Create the buttons at the bottom 260 # Create the buttons at the bottom
261 bottom_buttons = gtk.HBox(False, 5) 261 bottom_buttons = gtk.HBox(False, 6)
262 created = False 262 created = False
263 263
264 # create button "Deploy image" 264 # create button "Deploy image"