~awn-extras/awn-extras/trunk

« back to all changes in this revision

Viewing changes to applets/maintained/mail/mail.py

  • Committer: Gabor Karsay
  • Date: 2011-05-28 18:10:51 UTC
  • Revision ID: gabor.karsay@gmx.at-20110528181051-otrp4bz3qral35w8
Mail: align subjects in new mail window to the left

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
 
495
495
                label = gtk.Label(mail.subjects[i])
496
496
                label.set_use_markup(True)
 
497
                label.set_alignment(0.0, 0.5)
497
498
                self.__email_list.attach(label, 1, 2, i, i + 1)
498
499
        else:
499
500
            self.__dialog.set_title(_("No unread messages"))