summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-11-09 09:04:34 +0100
committerlouis <louis.braun@gmx.de>2013-11-09 09:04:34 +0100
commitc5b139c76ef83ca689a134665cf2226e5fc29a16 (patch)
treef9b3fc8223765cf781ee09cc2a7486f4909c0fbb /setup.c
parente6c35450c4715dfe93b2275af86e7cfb11a24c7a (diff)
downloadskin-nopacity-c5b139c76ef83ca689a134665cf2226e5fc29a16.tar.gz
skin-nopacity-c5b139c76ef83ca689a134665cf2226e5fc29a16.tar.bz2
size of channel logos in main menu timers display configurable as percent of timer width
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 82561bb..1cb4d4b 100644
--- a/setup.c
+++ b/setup.c
@@ -205,6 +205,7 @@ void cNopacitySetupMenuDisplayMain::Set(void) {
if (tmpConf->GetValue("showTimers")) {
Add(new cMenuEditIntItem(cString::sprintf("%s%s", *spacer, tr("Maximum number of Timers")), tmpConf->GetValueRef("numberTimers"), 1, 10));
Add(new cMenuEditIntItem(cString::sprintf("%s%s", *spacer, tr("Width of Timers (Percent of OSD Width)")), tmpConf->GetValueRef("menuWidthRightItems"), 5, 30));
+ Add(new cMenuEditIntItem(cString::sprintf("%s%s", *spacer, tr("Width of Channel Logos (Percent of Timer Width)")), tmpConf->GetValueRef("timersLogoWidth"), 20, 98));
Add(new cMenuEditIntItem(cString::sprintf("%s%s", *spacer, tr("Adjust Font Size - Header")), tmpConf->GetValueRef("fontTimersHead"), -20, 20));
Add(new cMenuEditIntItem(cString::sprintf("%s%s", *spacer, tr("Adjust Font Size - Title")), tmpConf->GetValueRef("fontTimers"), -20, 20));
}