From 249f5f44800b57602e52fdc0252ad7ed1efc852d Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 26 Jan 2005 09:38:09 +0000 Subject: alertpanel.c: use smaller size for title font. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@44 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ ChangeLog.ja | 4 ++++ src/alertpanel.c | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3219af66..1681186a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-26 + + * src/alertpanel.c: use smaller size for title font. + 2005-01-26 * src/codeconv.[ch]: made encoding-specific functions static, and diff --git a/ChangeLog.ja b/ChangeLog.ja index 0ecb1787..5522326b 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,7 @@ +2005-01-26 + + * src/alertpanel.c: タイトルフォントにより小さいサイズを使用。 + 2005-01-26 * src/codeconv.[ch]: 特定のエンコーディング用の関数を static にし、 diff --git a/src/alertpanel.c b/src/alertpanel.c index e478bafb..7be98940 100644 --- a/src/alertpanel.c +++ b/src/alertpanel.c @@ -241,7 +241,7 @@ static void alertpanel_create(const gchar *title, font_desc = pango_font_description_new(); pango_font_description_set_weight(font_desc, PANGO_WEIGHT_BOLD); pango_font_description_set_size - (font_desc, size * PANGO_SCALE_XX_LARGE); + (font_desc, size * PANGO_SCALE_X_LARGE); } if (font_desc) gtk_widget_modify_font(label, font_desc); -- cgit v1.2.3