Changed the default values for the OSD size back to those before version 1.7.29

This commit is contained in:
Klaus Schmidinger 2013-03-10 14:56:51 +01:00
parent b526a70071
commit 38a15ef510
2 changed files with 9 additions and 6 deletions

View File

@ -7689,7 +7689,7 @@ Video Disk Recorder Revision History
- When sorting recordings by name, folders are now always at the top of the list. - When sorting recordings by name, folders are now always at the top of the list.
- Updated the Russian OSD texts (thanks to Oleg Roitburd). - Updated the Russian OSD texts (thanks to Oleg Roitburd).
2013-03-09: Version 1.7.40 2013-03-10: Version 1.7.40
- The "Recording info" page of the skins that come with VDR now displays the name of - The "Recording info" page of the skins that come with VDR now displays the name of
the channel (if available) from which this recording was taken. the channel (if available) from which this recording was taken.
@ -7726,3 +7726,6 @@ Video Disk Recorder Revision History
to avoid a crash when the track is automatically set from the player thread. to avoid a crash when the track is automatically set from the player thread.
- The LCARS skin now calls SetAntiAliasGranularity(20, 16) in order to reserve enough - The LCARS skin now calls SetAntiAliasGranularity(20, 16) in order to reserve enough
fixed colors on 8bpp displays with anti-aliasing. fixed colors on 8bpp displays with anti-aliasing.
- Changed the default values for the OSD size back to those before version 1.7.29,
to avoid problems with SD-FF cards in case the user switches to the "ST:TNG" or
"Classic" skin.

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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" #include "config.h"
@ -432,10 +432,10 @@ cSetup::cSetup(void)
UseDolbyDigital = 1; UseDolbyDigital = 1;
ChannelInfoPos = 0; ChannelInfoPos = 0;
ChannelInfoTime = 5; ChannelInfoTime = 5;
OSDLeftP = 0.03; OSDLeftP = 0.08;
OSDTopP = 0.03; OSDTopP = 0.08;
OSDWidthP = 0.93; OSDWidthP = 0.87;
OSDHeightP = 0.93; OSDHeightP = 0.84;
OSDLeft = 54; OSDLeft = 54;
OSDTop = 45; OSDTop = 45;
OSDWidth = 624; OSDWidth = 624;