From e21dfb4de57df7faa42fa958b08b26b56103c960 Mon Sep 17 00:00:00 2001 From: Karl Melscher Date: Wed, 7 Mar 2018 15:34:23 +0100 Subject: Change TinyFont --- lcarsng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcarsng.c b/lcarsng.c index 9ae9135..6c17b44 100644 --- a/lcarsng.c +++ b/lcarsng.c @@ -226,7 +226,7 @@ static cOsd *CreateOsd(int Left, int Top, int x0, int y0, int x1, int y1) static cFont *CreateTinyFont(int LineHeight) { // Creates a font that is not higher than half of LineHeight. - LineHeight /= 1.75; + LineHeight /= 1.85; int Height = LineHeight; for (;;) { cFont *TinyFont = cFont::CreateFont(Setup.FontOsd, Height); -- cgit v1.2.3