summaryrefslogtreecommitdiff
path: root/lcarsng.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcarsng.c')
-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);