summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-11-02 09:50:49 +0100
committerlouis <louis.braun@gmx.de>2013-11-02 09:50:49 +0100
commitf886f49ba90a8673d7e63550a7f87247fd633ffa (patch)
tree564f506dced48cf4f51c05de64f101acfcdc9fd8 /setup.c
parentc0d3345a116af273f4fb6f94c351566371a0dd40 (diff)
downloadskin-nopacity-f886f49ba90a8673d7e63550a7f87247fd633ffa.tar.gz
skin-nopacity-f886f49ba90a8673d7e63550a7f87247fd633ffa.tar.bz2
Added configurable transparency for channeldisplay background
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 2a607c9..5605e64 100644
--- a/setup.c
+++ b/setup.c
@@ -379,6 +379,7 @@ void cNopacitySetupChannelDisplay::Set(void) {
Add(new cMenuEditIntItem(tr("Height of Channel Display (Percent of OSD Height)"), tmpConf->GetValueRef("channelHeight"), 15, 80));
Add(new cMenuEditIntItem(tr("Left & Right Border Width"), tmpConf->GetValueRef("channelBorderVertical"), 0, 300));
Add(new cMenuEditIntItem(tr("Bottom Border Height"), tmpConf->GetValueRef("channelBorderBottom"), 0, 300));
+ Add(new cMenuEditIntItem(tr("Background Transparency in Percent"), tmpConf->GetValueRef("channelBackgroundTransparency"), 0, 80));
if (config.GetValue("displayType") != dtGraphical) {
Add(new cMenuEditStraItem(tr("Background Style"), tmpConf->GetValueRef("backgroundStyle"), 2, bgStyle));
Add(new cMenuEditBoolItem(tr("Rounded Corners"), tmpConf->GetValueRef("roundedCornersChannel")));