summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-13 09:12:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-13 09:12:53 +0200
commit13ee94de2ce55f60e1e1b119dbe7bdb09930bfcb (patch)
treef9575ed13f66e54f497830370065c709aa04915d /config.c
parent8f39242ba51f628346a657e5630ac8aabc219320 (diff)
downloadvdr-13ee94de2ce55f60e1e1b119dbe7bdb09930bfcb.tar.gz
vdr-13ee94de2ce55f60e1e1b119dbe7bdb09930bfcb.tar.bz2
Reduced default font sizes
Diffstat (limited to 'config.c')
-rw-r--r--config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.c b/config.c
index e69029b2..5927c753 100644
--- a/config.c
+++ b/config.c
@@ -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;