summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-04-27 14:44:37 +0200
committerlouis <louis.braun@gmx.de>2014-04-27 14:44:37 +0200
commit38130733958e6860ad90cc98175bad4b650f8327 (patch)
treedac3e10a1b5707b465556533a10630bde6864a92 /setup.c
parent70e79d0684e1cc12989fb039111195209dcda85f (diff)
downloadskin-nopacity-38130733958e6860ad90cc98175bad4b650f8327.tar.gz
skin-nopacity-38130733958e6860ad90cc98175bad4b650f8327.tar.bz2
scroll speed with up / down configurable (lines per click)
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index 0735bb6..d7c219a 100644
--- a/setup.c
+++ b/setup.c
@@ -252,6 +252,7 @@ void cNopacitySetupMenuDisplaySchedules::Set(void) {
Add(new cMenuEditStraItem(tr("EPG Window Text Scrolling Speed"), tmpConf->GetValueRef("menuInfoScrollSpeed"), 4, scrollSpeed));
Add(new cMenuEditIntItem(tr("Height of EPG Info Window (Percent of OSD Height)"), tmpConf->GetValueRef("menuHeightInfoWindow"), 10, 100));
Add(new cMenuEditIntItem(tr("Border around detailed EPG view"), tmpConf->GetValueRef("borderDetailedEPG"), 1, 300));
+ Add(new cMenuEditIntItem(tr("Detailed EPG view Scroll Speed (number of lines)"), tmpConf->GetValueRef("detailedViewScrollStep"), 1, 30));
Add(new cMenuEditIntItem(tr("Header Height detailed EPG view (Perc. of OSD Height)"), tmpConf->GetValueRef("headerDetailedEPG"), 10, 50));
Add(new cMenuEditBoolItem(tr("Display Reruns in detailed EPG View"), tmpConf->GetValueRef("displayRerunsDetailEPGView")));
if (tmpConf->GetValue("displayRerunsDetailEPGView")) {