summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Melscher <kamel5@gmx.net>2018-03-07 15:34:23 +0100
committerKarl Melscher <kamel5@gmx.net>2018-03-07 15:34:23 +0100
commite21dfb4de57df7faa42fa958b08b26b56103c960 (patch)
treef0aef1765652a1860ff477451f502bf291f42a04
parent9163af4e5fe44ec615154efac1878ad932d660f5 (diff)
downloadskin-lcarsng-e21dfb4de57df7faa42fa958b08b26b56103c960.tar.gz
skin-lcarsng-e21dfb4de57df7faa42fa958b08b26b56103c960.tar.bz2
Change TinyFont
-rw-r--r--lcarsng.c2
1 files changed, 1 insertions, 1 deletions
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);