# HG changeset patch # User Mark Doliner # Date 1045943799 0 # Node ID 60d023985222b3d4b6a90988e1e5204e00355392 # Parent 32a104f6b1150534906e39908b10c541b04d713a [gaim-migrate @ 4891] A picture is worth 997 words: http://www.kingant.net/oscar/gaim/gtkft_size_bug.jpeg http://www.kingant.net/oscar/gaim/gtkft_size_squashed.jpeg A weeks ago printf and I were... intimate. ... So I knew how to fix this. diff -r 32a104f6b115 -r 60d023985222 src/gtkft.c --- a/src/gtkft.c Sat Feb 22 19:48:06 2003 +0000 +++ b/src/gtkft.c Sat Feb 22 19:56:39 2003 +0000 @@ -113,7 +113,7 @@ size_index++; } - return g_strdup_printf("%.3g %s", size_mag, size_str[size_index]); + return g_strdup_printf("%.2f %s", size_mag, size_str[size_index]); } }