diff options
author | Karl Melscher <kamel5@gmx.net> | 2018-03-07 15:34:23 +0100 |
---|---|---|
committer | Karl Melscher <kamel5@gmx.net> | 2018-03-07 15:34:23 +0100 |
commit | e21dfb4de57df7faa42fa958b08b26b56103c960 (patch) | |
tree | f0aef1765652a1860ff477451f502bf291f42a04 | |
parent | 9163af4e5fe44ec615154efac1878ad932d660f5 (diff) | |
download | skin-lcarsng-e21dfb4de57df7faa42fa958b08b26b56103c960.tar.gz skin-lcarsng-e21dfb4de57df7faa42fa958b08b26b56103c960.tar.bz2 |
Change TinyFont
-rw-r--r-- | lcarsng.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |