From 69368aff692ff0482040330fbd18dfe569d615d1 Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Wed, 24 Apr 2013 20:44:10 +1000 Subject: registry.c --- programs/wineconsole/registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wineconsole/registry.c b/programs/wineconsole/registry.c index 2805f2a..aa64a14 100644 --- a/programs/wineconsole/registry.c +++ b/programs/wineconsole/registry.c @@ -170,7 +170,7 @@ void WINECON_RegLoad(const WCHAR* appname, struct config_data* cfg) cfg->cursor_visible = 1; cfg->exit_on_die = 1; memset(cfg->face_name, 0, sizeof(cfg->face_name)); - cfg->cell_height = 12; + cfg->cell_height = 16; cfg->cell_width = 8; cfg->font_weight = 0; cfg->history_size = 50; -- 1.7.10.4