diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-06-11 12:53:34 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-12 13:27:48 +0200 |
commit | 97fa0bc7ff041c102975fcf19b82c1e4eb623efa (patch) | |
tree | f1cb928de77ef6933645f30575f5cc1bcf6a0c67 /setup.c | |
parent | 32affb0a183db7fad828b2f262896a8b15d24cd0 (diff) | |
download | skin-nopacity-97fa0bc7ff041c102975fcf19b82c1e4eb623efa.tar.gz skin-nopacity-97fa0bc7ff041c102975fcf19b82c1e4eb623efa.tar.bz2 |
Add fade-out to display replay
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -440,6 +440,7 @@ void cNopacitySetupReplayDisplay::Set(void) { Clear(); Add(new cMenuEditIntItem(tr("Fade-In Time in ms (Zero for switching off fading)"), tmpConf->GetValueRef("replayFadeTime"), 0, 1000)); + Add(new cMenuEditIntItem(tr("Fade-Out Time in ms (Zero for switching off fading)"), tmpConf->GetValueRef("replayFadeOutTime"), 0, 1000)); Add(new cMenuEditIntItem(tr("Height of Replay Display (Percent of OSD Height)"), tmpConf->GetValueRef("replayHeight"), 15, 80)); Add(new cMenuEditIntItem(tr("Left & Right Border Width"), tmpConf->GetValueRef("replayBorderVertical"), 0, 300)); Add(new cMenuEditIntItem(tr("Bottom Border Height"), tmpConf->GetValueRef("replayBorderBottom"), 0, 300)); |