aboutsummaryrefslogtreecommitdiff
path: root/src/alertpanel.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-26 09:38:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-26 09:38:09 +0000
commit249f5f44800b57602e52fdc0252ad7ed1efc852d (patch)
treeb00166055fd6a9dac02569b1936f3c535f3245bc /src/alertpanel.c
parent5355921a7b4e9e5afcb9954ef7777e82be390216 (diff)
alertpanel.c: use smaller size for title font.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@44 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/alertpanel.c')
-rw-r--r--src/alertpanel.c2
1 files changed, 1 insertions, 1 deletions
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);