~mvo/software-center/fix-dataprovider-dbus-tests

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/widgets/containers.py

  • Committer: Gary Lasker
  • Date: 2012-09-12 02:21:03 UTC
  • Revision ID: gary.lasker@canonical.com-20120912022103-41loxnjvh0i9cl2p
pep8 fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
 
237
237
    def __init__(self, padding=0):
238
238
        Gtk.Alignment.__init__(self)
239
 
        # set padding + some additional padding to factor in the 
 
239
        # set padding + some additional padding to factor in the
240
240
        # dropshadow+border width
241
241
        # padding is (top, bottom, left, right)
242
242
        self.set_padding(padding, padding + 2, padding + 3, padding + 3)