diff options
author | louis <louis.braun@gmx.de> | 2013-11-09 09:04:34 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-11-09 09:04:34 +0100 |
commit | c5b139c76ef83ca689a134665cf2226e5fc29a16 (patch) | |
tree | f9b3fc8223765cf781ee09cc2a7486f4909c0fbb /setup.c | |
parent | e6c35450c4715dfe93b2275af86e7cfb11a24c7a (diff) | |
download | skin-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); } |