summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 5c9ff9ca68d..b23d84c8b82 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -2103,7 +2103,7 @@ xg_get_font (struct frame *f, const char *default_name)
args[8] = QCtype;
args[9] = Qxft;
- font = Ffont_spec (8, args);
+ font = Ffont_spec (10, args);
pango_font_description_free (desc);
dupstring (&x_last_font_name, name);