summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-01-17 14:33:53 +0100
committerlouis <louis.braun@gmx.de>2013-01-17 14:33:53 +0100
commit68928cb9f07eb2461f25a5d082fea4f9bfc94d7f (patch)
treea2a97ac3f649212319ea56506403d98f6939aa0d /config.c
parent47c3fea545a1b4607deda1e7d2fa51cbcf89a656 (diff)
downloadvdr-plugin-tvguide-68928cb9f07eb2461f25a5d082fea4f9bfc94d7f.tar.gz
vdr-plugin-tvguide-68928cb9f07eb2461f25a5d082fea4f9bfc94d7f.tar.bz2
Changed color buttons to nOpacity style
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c
index 229f8aa..6d62dbe 100644
--- a/config.c
+++ b/config.c
@@ -13,7 +13,7 @@ cTvguideConfig::cTvguideConfig() {
displayTime = 160;
minuteHeight = 0;
timeColWidth = 120;
- headerHeight = 120;
+ headerHeight = 145;
footerHeight = 80;
stepMinutes = 30;
bigStepHours = 3;
@@ -21,7 +21,7 @@ cTvguideConfig::cTvguideConfig() {
jumpChannels = 5;
hideChannelLogos = 0;
logoWidth = 130;
- logoHeight = 73;
+ logoHeight = 100;
logoExtension = 0;
hideEpgImages = 0;
epgImageWidth = 315;