diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-06-13 09:12:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-06-13 09:12:53 +0200 |
commit | 13ee94de2ce55f60e1e1b119dbe7bdb09930bfcb (patch) | |
tree | f9575ed13f66e54f497830370065c709aa04915d | |
parent | 8f39242ba51f628346a657e5630ac8aabc219320 (diff) | |
download | vdr-13ee94de2ce55f60e1e1b119dbe7bdb09930bfcb.tar.gz vdr-13ee94de2ce55f60e1e1b119dbe7bdb09930bfcb.tar.bz2 |
Reduced default font sizes
-rw-r--r-- | config.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.c 2.24 2012/06/04 09:14:04 kls Exp $ + * $Id: config.c 2.25 2012/06/13 09:12:53 kls Exp $ */ #include "config.h" @@ -439,9 +439,9 @@ cSetup::cSetup(void) strcpy(FontOsd, DefaultFontOsd); strcpy(FontSml, DefaultFontSml); strcpy(FontFix, DefaultFontFix); - FontOsdSizeP = 0.032; + FontOsdSizeP = 0.031; FontSmlSizeP = 0.028; - FontFixSizeP = 0.031; + FontFixSizeP = 0.030; FontOsdSize = 22; FontSmlSize = 18; FontFixSize = 20; |