aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_account.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-04 06:28:48 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-04 06:28:48 +0000
commitf5a3ca3e0ac9785f556ce22fea4f78dd9ab3c7fc (patch)
tree1504efc0e1627ec6050624a425c4bdd451d153ac /src/prefs_account.c
parentf98e0c80d89ea9a583f4144b3a3f1b999534539a (diff)
made the font size of supplementary explanations of config dialogs smaller.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@89 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_account.c')
-rw-r--r--src/prefs_account.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 46673b04..ae29407b 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -1096,6 +1096,7 @@ static void prefs_account_receive_create(void)
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (hbox1), label, FALSE, FALSE, 0);
gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
+ gtkut_widget_set_small_font_size (label);
PACK_FRAME (vbox1, imap_frame, _("IMAP4"));
@@ -1284,11 +1285,13 @@ static void prefs_account_send_create(void)
gtk_widget_set_size_request (hbox_spc, 12, -1);
label = gtk_label_new
- (_("If you leave these entries empty, the same\n"
+ (_("If you leave these entries empty, the same "
"user ID and password as receiving will be used."));
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
+ gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
+ gtkut_widget_set_small_font_size (label);
SET_TOGGLE_SENSITIVITY (smtp_auth_chkbtn, vbox4);
@@ -1676,6 +1679,7 @@ static void prefs_account_ssl_create(void)
(_("(Turn this off if you have problems in SSL connection)"));
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
+ gtkut_widget_set_small_font_size (label);
ssl.pop_frame = pop_frame;
ssl.pop_nossl_radiobtn = pop_nossl_radiobtn;