summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-11-03 14:14:45 +0100
committerlouis <louis.braun@gmx.de>2013-11-03 14:14:45 +0100
commitc057102d9d7ac37ab6b83b3c811827eca3f0307b (patch)
tree1739672d04e8e4261ae4c2597c64da53f1551c3c /setup.c
parentfa1a833f2d4597372eb82cad8f9c187990249a35 (diff)
downloadskin-nopacity-c057102d9d7ac37ab6b83b3c811827eca3f0307b.tar.gz
skin-nopacity-c057102d9d7ac37ab6b83b3c811827eca3f0307b.tar.bz2
changed header icons to scale automatically
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 0173492..827304e 100644
--- a/setup.c
+++ b/setup.c
@@ -147,7 +147,6 @@ void cNopacitySetupMenuDisplay::Set(void) {
Add(new cMenuEditStraItem(tr("Adjustment of narrow menus"), tmpConf->GetValueRef("menuAdjustLeft"), 2, adjustLeft));
Add(new cMenuEditStraItem(tr("Scale Video size to fit into menu window"), tmpConf->GetValueRef("scalePicture"), 3, scalePic));
Add(new cMenuEditIntItem(tr("Header Height (Percent of OSD Height)"), tmpConf->GetValueRef("headerHeight"), 5, 30));
- Add(new cMenuEditIntItem(tr("Header Icon Size (Square Header Menu Icons)"), tmpConf->GetValueRef("headerIconHeight"), 30, 200));
Add(new cMenuEditIntItem(tr("Footer Height (Percent of OSD Height)"), tmpConf->GetValueRef("footerHeight"), 5, 30));
Add(new cMenuEditBoolItem(tr("Rounded Corners for menu items and buttons"), tmpConf->GetValueRef("roundedCorners")));
if (tmpConf->GetValue("roundedCorners"))