From 44a36d8abf698889eb8e207afbf0c6c14bc7c8db Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 29 Jul 2002 22:06:38 +0000 Subject: (request_password): Left-align the check button's label. svn path=/trunk/; revision=17637 --- mail/mail-session.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-session.c') diff --git a/mail/mail-session.c b/mail/mail-session.c index 13b8c83856..eebfa04a12 100644 --- a/mail/mail-session.c +++ b/mail/mail-session.c @@ -271,6 +271,7 @@ request_password(struct _pass_msg *m) check = gtk_check_button_new (); check_label = gtk_label_new (""); + gtk_misc_set_alignment (GTK_MISC (check_label), 0.0, 0.5); accel_key = gtk_label_parse_uline (GTK_LABEL (check_label), m->service_url ? _("_Remember this password") : _("_Remember this password for the remainder of this session")); -- cgit v1.2.3