~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to unity/MessageItem.py

  • Committer: Jason Conti
  • Date: 2011-04-01 18:35:43 UTC
  • Revision ID: jason.conti@gmail.com-20110401183543-3wekx72wg19a9ekw
Changed the alignment of the notification icons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    self.add(self._hbox)
46
46
 
47
47
    self._image = Gtk.Image()
 
48
    self._image.set_alignment(0, 0)
48
49
    self._hbox.pack_start(self._image, False, False, 10)
49
50
    self.update_image()
50
51