Setting the default thumbnail size to 250px, to save quite a lot of disck space (for fresh install)

This commit is contained in:
Hombre
2015-05-26 21:03:01 +02:00
parent 2055fb27d4
commit b192a7f012

View File

@@ -321,7 +321,7 @@ void Options::setDefaults () {
theme = "25-Gray-Gray";
slimUI = false;
useSystemTheme = false;
maxThumbnailHeight = 400;
maxThumbnailHeight = 250;
maxCacheEntries = 20000;
thumbInterp = 1;
autoSuffix = true;