diff options
| author | Ioana Grigoropol <ioanax.grigoropol@intel.com> | 2012-09-03 12:51:06 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-07 12:10:42 +0100 |
| commit | 40d55d37b6dadf05c116edcf0686e087a8ebe3b6 (patch) | |
| tree | f10882eeb4bf3602dc08638b7a5889598c8163d8 /bitbake/lib/bb/ui/crumbs/imagedetailspage.py | |
| parent | 7d8b49cfe478e82ca0a06095a5b3699c50b34080 (diff) | |
| download | poky-40d55d37b6dadf05c116edcf0686e087a8ebe3b6.tar.gz | |
bitbake: hobwidget: Button theme is taken from host, fix
- All buttons in the interface inherit a BaseHobButton that
use the gtk settings for buttons from the host;
- Removed 'or' label between actions on image details page
[Yocto #3011]
(Bitbake rev: 1a8356b57f906cf575612eb52fc8d3a9824ff9a7)
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/imagedetailspage.py')
| -rwxr-xr-x | bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py index 40eb7a4540..c1a309de2b 100755 --- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py +++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py | |||
| @@ -485,8 +485,8 @@ class ImageDetailsPage (HobPage): | |||
| 485 | if name in buttonlist and self.test_type_runnable(image_name) and self.test_mach_runnable(image_name): | 485 | if name in buttonlist and self.test_type_runnable(image_name) and self.test_mach_runnable(image_name): |
| 486 | if created == True: | 486 | if created == True: |
| 487 | # separator | 487 | # separator |
| 488 | label = gtk.Label(" or ") | 488 | #label = gtk.Label(" or ") |
| 489 | self.details_bottom_buttons.pack_end(label, expand=False, fill=False) | 489 | #self.details_bottom_buttons.pack_end(label, expand=False, fill=False) |
| 490 | 490 | ||
| 491 | # create button "Run image" | 491 | # create button "Run image" |
| 492 | run_button = HobAltButton("Run image") | 492 | run_button = HobAltButton("Run image") |
| @@ -507,8 +507,8 @@ class ImageDetailsPage (HobPage): | |||
| 507 | if name in buttonlist: | 507 | if name in buttonlist: |
| 508 | if created == True: | 508 | if created == True: |
| 509 | # separator | 509 | # separator |
| 510 | label = gtk.Label(" or ") | 510 | #label = gtk.Label(" or ") |
| 511 | self.details_bottom_buttons.pack_end(label, expand=False, fill=False) | 511 | #self.details_bottom_buttons.pack_end(label, expand=False, fill=False) |
| 512 | 512 | ||
| 513 | # create button "Save as template" | 513 | # create button "Save as template" |
| 514 | save_button = HobAltButton("Save as template") | 514 | save_button = HobAltButton("Save as template") |
