Jump to content

Recommended Posts

Posted (edited)

Hello Every One...May God Bless U All

 

I‘m Just Wondering How Can I Maximize OR Change The Size Of The Logo In The WPI Program List

 

The Bottom Line Is,,, I Just Wanna Make The Logos More Bigger...

I Searched All Over The JS  HTML Files ‘N I Couldn't Find A Clue

 

Here‘s What I Mean....

gf5vbhU.png

Edited by Tripredacus
title

  • 2 weeks later...
Posted

Your answer probably resides in the common folder. I don't have a pc right now so I cannot help you.

I‘s Okey I‘ll Wait 4 U:.. Just Don‘t Foregt Me Pleaz

Posted (edited)

I think this is it

 

SfwWZoe.jpg

       
{            var pp = ReplacePath(picf[i]);            pp = pp.replace(wpipath, "..").replace(/\\/gi,"/").replace(/\"/gi,'');            boxTxt += '<img src="'+pp+'" border="0" width="32" height="32">';         }

Line 391 and line 841

 

And this, when don`t add custom logo. See picture from up

        {            boxTxt += '<img src="../Graphics/Logos/InstallPackage.png" border="0" width="52" height="52">';         }

File is boxes.js

Edited by condor
Posted

I think this is it

 

SfwWZoe.jpg

       

{            var pp = ReplacePath(picf[i]);            pp = pp.replace(wpipath, "..").replace(/\\/gi,"/").replace(/\"/gi,'');            boxTxt += '<img src="'+pp+'" border="0" width="32" height="32">';         }

Line 391 and line 841

 

And this, when don`t add custom logo. See picture from up

        {            boxTxt += '<img src="../Graphics/Logos/InstallPackage.png" border="0" width="52" height="52">';         }

File is boxes.js

 

Thank U sOOOOOOOOOOOOO Much, That Was So Helpful

  • 4 months later...
  • 2 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...