XF 1.5 Change smilie default settings in ACP

RichardKYA

Well-known member
In the ACP when adding a new smilie, the default width and height are set to 18px. Is there somewhere I can change this so that their dimensions are 20px on page load just to save having to change them each time?

I found this in the smilie_edit template...

Code:
value="{$smilie.sprite_params.w}"

...but I obviously don't want to edit that because the values will always be 20px, so what I want to know is, where is it getting the 18px value from so that I can change it there if that's possible?

Thank you :)
 
Top Bottom