diff options
author | louis <louis.braun@gmx.de> | 2014-04-27 14:44:37 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-04-27 14:44:37 +0200 |
commit | 38130733958e6860ad90cc98175bad4b650f8327 (patch) | |
tree | dac3e10a1b5707b465556533a10630bde6864a92 /setup.c | |
parent | 70e79d0684e1cc12989fb039111195209dcda85f (diff) | |
download | skin-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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")) { |