diff options
author | louis <louis.braun@gmx.de> | 2014-05-11 09:00:21 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-05-11 09:00:21 +0200 |
commit | b1d2acff559c3cdc669254fa85e9279acdcb12dc (patch) | |
tree | ebcc682783e6de11c7b779e1efce4bb6fb4ae3e6 /config.h | |
parent | 490beed385054354bba92d0ffbd68621f79c9630 (diff) | |
download | vdr-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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);
|