From af1572be92ce94e57a0833fe8a2f9f491a78fc5a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 5 Nov 2012 19:08:44 +0000 Subject: Height is already scaled. Make OBJ char bigger. --- desktop/plot_style.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/plot_style.c b/desktop/plot_style.c index a2b582292..05e42baad 100644 --- a/desktop/plot_style.c +++ b/desktop/plot_style.c @@ -81,7 +81,7 @@ plot_style_t const * const plot_style_broken_object = static const plot_font_style_t plot_fstyle_broken_object_static = { .family = PLOT_FONT_FAMILY_SANS_SERIF, - .size = 14 * FONT_SIZE_SCALE, + .size = 16 * FONT_SIZE_SCALE, .weight = 400, .flags = FONTF_NONE, .background = 0x8888ff, -- cgit v1.2.3