summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-03-10 14:56:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-03-10 14:56:51 +0100
commit38a15ef510d72061d70b8ef6ba40933e8c769cf5 (patch)
treee4728db9cc2d983da302bffb7a9e6dacf0aba31d /config.c
parentb526a70071b5a01a06f31ba86ef18b5b0df2c954 (diff)
downloadvdr-38a15ef510d72061d70b8ef6ba40933e8c769cf5.tar.gz
vdr-38a15ef510d72061d70b8ef6ba40933e8c769cf5.tar.bz2
Changed the default values for the OSD size back to those before version 1.7.291.7.40
Diffstat (limited to 'config.c')
-rw-r--r--config.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.c b/config.c
index 47d5ecd2..3dc9fe84 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.36 2013/03/04 13:30:12 kls Exp $
+ * $Id: config.c 2.37 2013/03/10 14:56:51 kls Exp $
*/
#include "config.h"
@@ -432,10 +432,10 @@ cSetup::cSetup(void)
UseDolbyDigital = 1;
ChannelInfoPos = 0;
ChannelInfoTime = 5;
- OSDLeftP = 0.03;
- OSDTopP = 0.03;
- OSDWidthP = 0.93;
- OSDHeightP = 0.93;
+ OSDLeftP = 0.08;
+ OSDTopP = 0.08;
+ OSDWidthP = 0.87;
+ OSDHeightP = 0.84;
OSDLeft = 54;
OSDTop = 45;
OSDWidth = 624;