summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-11-02 15:41:14 +0100
committerlouis <louis.braun@gmx.de>2013-11-02 15:41:14 +0100
commita88f6ef3401bb3c43392583d41e2aadc28150606 (patch)
treed1dc2ce7be37de788159f1ffe703372a251de2a4 /setup.c
parentfd6d769a610a5103e73c645eba53536ca37662d4 (diff)
downloadskin-nopacity-a88f6ef3401bb3c43392583d41e2aadc28150606.tar.gz
skin-nopacity-a88f6ef3401bb3c43392583d41e2aadc28150606.tar.bz2
Improved Display of Poster or Banner in displaychannel
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index 5605e64..58b725c 100644
--- a/setup.c
+++ b/setup.c
@@ -393,6 +393,9 @@ void cNopacitySetupChannelDisplay::Set(void) {
Add(new cMenuEditBoolItem(tr("Display Signal Strength & Quality"), tmpConf->GetValueRef("displaySignalStrength")));
Add(new cMenuEditBoolItem(tr("Display Channel Source information"), tmpConf->GetValueRef("displaySourceInfo")));
Add(new cMenuEditBoolItem(tr("Display Poster or Fanart from TVScraper"), tmpConf->GetValueRef("displayPoster")));
+ if (tmpConf->GetValue("displayPoster")) {
+ Add(new cMenuEditIntItem(cString::sprintf("%s%s", *spacer, tr("Border in Pixel")), tmpConf->GetValueRef("channelPosterBorder"), 0, 200));
+ }
Add(new cMenuEditBoolItem(tr("Display previous and next Channel Group"), tmpConf->GetValueRef("displayPrevNextChannelGroup")));
Add(new cMenuEditIntItem(tr("Adjust Font Size - Header"), tmpConf->GetValueRef("fontChannelHeaderSize"), -20, 20));
Add(new cMenuEditIntItem(tr("Adjust Font Size - Date"), tmpConf->GetValueRef("fontChannelDateSize"), -20, 20));