forked from AuroraMiddleware/gtk
List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej"
2007-06-17 Behdad Esfahbod <behdad@gnome.org> * gtk/gtkfontsel.c: List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej" Jones) svn path=/trunk/; revision=18168
This commit is contained in:
parent
f1b24665bb
commit
109c6d6d18
@ -1,3 +1,8 @@
|
||||
2007-06-17 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gtk/gtkfontsel.c: List font sizes 6 and 7pt too. (#440450,
|
||||
Sebastien Bacher, Alex "weej" Jones)
|
||||
|
||||
2007-06-16 Yevgen Muntyan <muntyan@tamu.edu>
|
||||
|
||||
* gtk/gtktextdisplay.c (render_para): fixed couple of drawing
|
||||
|
@ -88,7 +88,7 @@
|
||||
/* These are what we use as the standard font sizes, for the size list.
|
||||
*/
|
||||
static const guint16 font_sizes[] = {
|
||||
8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22, 24, 26, 28,
|
||||
6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22, 24, 26, 28,
|
||||
32, 36, 40, 48, 56, 64, 72
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user