~mmcg069/software-center/Bug635994

« back to all changes in this revision

Viewing changes to softwarecenter/view/appview.py

  • Committer: Matthew McGowan
  • Date: 2011-04-05 09:43:17 UTC
  • mfrom: (1617.1.57 software-center)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110405094317-howmte8282n970fy
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
        # adjust cell_area
369
369
 
370
370
        # work out max allowable layout width
 
371
        layout.set_width(-1)
371
372
        lw = self._layout_get_pixel_width(layout)
372
373
        max_layout_width = cell_area.width - self.pixbuf_width - 3*xpad - self.MAX_STARS*self.STAR_SIZE
373
374