diff src/gtkimhtml.c @ 8380:4a5b36510665

[gaim-migrate @ 9108] Just a minor WYSIWYG fix; now the grow and shrink buttons work properly. Also, the CSS standard says that each font size should be 1.2 times the size of the next smallest, and W3C tends to be smart about these things, so I did that. Also, timestamps are once again size=2, which I think looks better. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 01 Mar 2004 20:52:57 +0000
parents 5f78e96ff135
children c25c697525b7
line wrap: on
line diff
--- a/src/gtkimhtml.c	Mon Mar 01 18:09:21 2004 +0000
+++ b/src/gtkimhtml.c	Mon Mar 01 20:52:57 2004 +0000
@@ -70,7 +70,7 @@
  * way that it base the sizes off the default font size rather than using arbitrary font sizes. */
 #define MAX_FONT_SIZE 7
 #define POINT_SIZE(x) (options & GTK_IMHTML_USE_POINTSIZE ? x : _point_sizes [MIN ((x), MAX_FONT_SIZE) - 1])
-static gdouble _point_sizes [] = { .75, .85, 1, 1.2, 1.7, 2.5, 3.5};
+static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, 1.728, 2.0736};
 
 enum {
 	TARGET_HTML,