View Single Post
  #2  
Old 05-19-2013, 02:25 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: 4.5.5 Flyout Menu Icon Sizing Trouble

I was looking for the same... After going on a wild goose chase...

include/func/func.image.php

Quote:
if (isset($icon_sizes[$skin_name])) {
$result = $icon_sizes[$skin_name];
} else {
$result = array('width' => '16', 'height' => '16'); //Default value for 3rd party skins.
}

(You'll need to regenerate the image cache after adjusting dimensions)
__________________
xcartmods.co.uk
Reply With Quote