summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
index b0f0213091..c1372ad2dd 100644
--- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
+++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
@@ -200,7 +200,7 @@ class ImageConfigurationPage (HobPage):
200 icon_file = hic.ICON_PACKAGES_DISPLAY_FILE 200 icon_file = hic.ICON_PACKAGES_DISPLAY_FILE
201 hover_file = hic.ICON_PACKAGES_HOVER_FILE 201 hover_file = hic.ICON_PACKAGES_HOVER_FILE
202 self.view_packages_button = HobXpmLabelButtonBox(icon_file, hover_file, 202 self.view_packages_button = HobXpmLabelButtonBox(icon_file, hover_file,
203 "View Packages", "Add/remove packages") 203 "View Packages", "Add/remove previously built packages to/from your image")
204 self.view_packages_button.connect("button-release-event", self.view_packages_button_clicked_cb) 204 self.view_packages_button.connect("button-release-event", self.view_packages_button_clicked_cb)
205 205
206 self.image_separator = gtk.HSeparator() 206 self.image_separator = gtk.HSeparator()
@@ -213,8 +213,8 @@ class ImageConfigurationPage (HobPage):
213 self.gtable.attach(self.image_separator, 0, 40, 35, 36) 213 self.gtable.attach(self.image_separator, 0, 40, 35, 36)
214 214
215 def set_rcppkg_layout(self): 215 def set_rcppkg_layout(self):
216 self.gtable.attach(self.view_recipes_button, 0, 20, 28, 32) 216 self.gtable.attach(self.view_recipes_button, 0, 18, 28, 32)
217 self.gtable.attach(self.view_packages_button, 20, 40, 28, 32) 217 self.gtable.attach(self.view_packages_button, 18, 40, 28, 32)
218 218
219 def create_config_build_button(self): 219 def create_config_build_button(self):
220 # Create the "Build packages" and "Just bake" buttons at the bottom 220 # Create the "Build packages" and "Just bake" buttons at the bottom