From bfc1a094d396a089fff7c7a84183950c307fe99c Mon Sep 17 00:00:00 2001 From: Roman Moravcik Date: Tue, 19 Jan 2010 09:58:20 +0100 Subject: [PATCH] Added more Font sizes --- applet/cpmpsubtitles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet/cpmpsubtitles.c b/applet/cpmpsubtitles.c index 3798dff..63c9a0b 100644 --- a/applet/cpmpsubtitles.c +++ b/applet/cpmpsubtitles.c @@ -64,7 +64,7 @@ static FontStyle font_styles[] = { static const gint font_sizes[] = { - 14, 16, 18, 20, 24, 26, -1 + 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, -1 }; typedef enum -- 1.7.9.5