diff src/xfns.c @ 107045:435c323b6002

Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643). * frame.c (DEFAULT_ROWS): Change default to 35. * xfns.c (x_default_font_parameter): Change default XFT font to monospace-10 (Bug#3643).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 29 Jan 2010 14:02:02 -0500
parents 5e52c68c1f65
children d7f54b6298bf 77fe45f37334
line wrap: on
line diff
--- a/src/xfns.c	Fri Jan 29 17:23:25 2010 +0100
+++ b/src/xfns.c	Fri Jan 29 14:02:02 2010 -0500
@@ -3089,7 +3089,7 @@
 	= {
 #ifdef HAVE_XFT
 	    /* This will find the normal Xft font.  */
- 	    "monospace-12",
+ 	    "monospace-10",
 #endif
 	    "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",
 	    "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",