From b192a7f012a036f3c84e8c59450272c872bd57a1 Mon Sep 17 00:00:00 2001 From: Hombre Date: Tue, 26 May 2015 21:03:01 +0200 Subject: [PATCH] Setting the default thumbnail size to 250px, to save quite a lot of disck space (for fresh install) --- rtgui/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/options.cc b/rtgui/options.cc index cbf5866ec..7e3d939a5 100644 --- a/rtgui/options.cc +++ b/rtgui/options.cc @@ -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;