diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-06-15 17:19:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-06-15 18:25:04 -0400 |
commit | b6fc50c855077067ac3ba26b6654645eca2d7320 (patch) | |
tree | 5d648d8e97e7a8122ef085d1898f6f8646a7cf46 /gtk/gtkfontsel.c | |
parent | 6abc52a29d2b15c255ada7d199b703a95f8c565b (diff) | |
download | gtk+-b6fc50c855077067ac3ba26b6654645eca2d7320.tar.gz |
Add some more font sizes
Make 15 and 17 available in the list. See bug 585371
Diffstat (limited to 'gtk/gtkfontsel.c')
-rw-r--r-- | gtk/gtkfontsel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 84ee9dc85a..c3593c88b8 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -90,7 +90,7 @@ /* These are what we use as the standard font sizes, for the size list. */ static const guint16 font_sizes[] = { - 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22, 24, 26, 28, + 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22, 24, 26, 28, 32, 36, 40, 48, 56, 64, 72 }; |