ethanhs / Explore10

Modern File Explorer
GNU General Public License v3.0
29 stars 9 forks source link

Needs ability to change icon sizes #5

Open Krutonium opened 8 years ago

Krutonium commented 8 years ago

Fits in with User Directory request in that you need settings for this.

ethanhs commented 8 years ago

The function that sets this is:

SmartThumnailProvider.GetThumbInt(path, 128, 128,ThumbOptions.BiggerOk);

The 128*128 should be replaceable by a value read from settings and is a placeholder.