diff options
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobwidget.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index 89ff23e072..9bc09dd456 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py | |||
| @@ -281,7 +281,7 @@ class HobImageButton(gtk.Button): | |||
| 281 | self.icon_path = icon_path | 281 | self.icon_path = icon_path |
| 282 | self.hover_icon_path = hover_icon_path | 282 | self.hover_icon_path = hover_icon_path |
| 283 | 283 | ||
| 284 | hbox = gtk.HBox(False, 3) | 284 | hbox = gtk.HBox(False, 6) |
| 285 | hbox.show() | 285 | hbox.show() |
| 286 | self.add(hbox) | 286 | self.add(hbox) |
| 287 | self.icon = gtk.Image() | 287 | self.icon = gtk.Image() |
| @@ -298,7 +298,7 @@ class HobImageButton(gtk.Button): | |||
| 298 | mark = "%s\n<span fgcolor='%s'><small>%s</small></span>" % (primary_text, colour, secondary_text) | 298 | mark = "%s\n<span fgcolor='%s'><small>%s</small></span>" % (primary_text, colour, secondary_text) |
| 299 | label.set_markup(mark) | 299 | label.set_markup(mark) |
| 300 | label.show() | 300 | label.show() |
| 301 | hbox.pack_start(label, True, True, 0) | 301 | hbox.pack_start(label, True, True, 6) |
| 302 | 302 | ||
| 303 | def set_hover_icon_cb(self, widget, event): | 303 | def set_hover_icon_cb(self, widget, event): |
| 304 | self.icon.set_from_file(self.hover_icon_path) | 304 | self.icon.set_from_file(self.hover_icon_path) |
