diff options
author | louis <louis.braun@gmx.de> | 2013-11-02 09:50:49 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-11-02 09:50:49 +0100 |
commit | f886f49ba90a8673d7e63550a7f87247fd633ffa (patch) | |
tree | 564f506dced48cf4f51c05de64f101acfcdc9fd8 /setup.c | |
parent | c0d3345a116af273f4fb6f94c351566371a0dd40 (diff) | |
download | skin-nopacity-f886f49ba90a8673d7e63550a7f87247fd633ffa.tar.gz skin-nopacity-f886f49ba90a8673d7e63550a7f87247fd633ffa.tar.bz2 |
Added configurable transparency for channeldisplay background
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"))); |