~mmcg069/software-center/appstore-experiment

« back to all changes in this revision

Viewing changes to softwarecenter/view/widgets/backforward.py

  • Committer: Matthew McGowan
  • Date: 2011-03-07 23:46:21 UTC
  • mfrom: (1354.53.23 software-center)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110307234621-epv9xbicjjb6r4ny
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
 
173
173
    def __init__(self, arrow_type, signal_name, part_size):
174
174
        gtk.EventBox.__init__(self)
175
 
        self.set_border_width(max(4, int(part_size[0]*0.3)))
176
175
 
177
176
        self.is_active = False
178
177