summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-05-11 09:00:21 +0200
committerlouis <louis.braun@gmx.de>2014-05-11 09:00:21 +0200
commitb1d2acff559c3cdc669254fa85e9279acdcb12dc (patch)
treeebcc682783e6de11c7b779e1efce4bb6fb4ae3e6 /config.h
parent490beed385054354bba92d0ffbd68621f79c9630 (diff)
downloadvdr-plugin-tvguide-b1d2acff559c3cdc669254fa85e9279acdcb12dc.tar.gz
vdr-plugin-tvguide-b1d2acff559c3cdc669254fa85e9279acdcb12dc.tar.bz2
Version 1.2.2 scraper2vdr support
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6535ae9..7ebb49f 100644
--- a/config.h
+++ b/config.h
@@ -93,6 +93,7 @@ class cTvguideConfig {
int numAdditionalEPGPictures;
int epgImageWidthLarge;
int epgImageHeightLarge;
+ int detailedViewScrollStep;
cString epgImagePath;
cString iconPath;
cString logoPathDefault;
@@ -221,7 +222,8 @@ THEME_CLR(theme, clrTimeline1Blending, 0xFF828282);
THEME_CLR(theme, clrTimeline2, clrBlack);
THEME_CLR(theme, clrTimeline2Blending, 0xFF3F3F3F);
THEME_CLR(theme, clrTimeBase, 0xA0FF0000);
-THEME_CLR(theme, clrButtonRed, 0x00000000);
+THEME_CLR(theme, clrTabInactive, 0xA01F3D7A);
+THEME_CLR(theme, clrButtonRed, 0xFFFF0000);
THEME_CLR(theme, clrButtonRedBorder, 0x00000000);
THEME_CLR(theme, clrButtonGreen, 0x00000000);
THEME_CLR(theme, clrButtonGreenBorder, 0x00000000);